aboutsummaryrefslogtreecommitdiffstats
path: root/src/build.c
Commit message (Collapse)AuthorAgeFilesLines
* Add the magic number to the dependency record.Tharre2014-08-121-2/+7
| | | | | The magic number will be used later to determine if a target has already been rebuild.
* Add _XOPEN_SOURCE to include the right headersTharre2014-07-311-3/+1
|
* Add several methods for storing dependenciesTharre2014-07-301-2/+137
|
* Print redo <target> later to not print source files and small cleanupTharre2014-07-291-4/+3
|
* Add filepath.c, refactor out parse_shebang() and rewrite most of the error ↵Tharre2014-07-291-91/+44
| | | | checking code to use predefined error macros
* Refactor file_exists() to fexists()Tharre2014-04-251-6/+6
|
* safe_strdup() and variable progname in util.cTharre2014-04-251-2/+2
|
* Reorder #include'sTharre2014-04-251-3/+4
|
* Convert __FILENAME__ to _FILENAME so it follows standard conventionsTharre2014-04-251-1/+1
|
* Rewrote malloc() and other wrappersTharre2014-04-161-23/+16
|
* Added explanation to why we parse the shebang line ourselfsTharre2014-04-161-0/+5
|
* Change $3 to the correct file after chdir()Tharre2014-04-141-1/+2
|
* Convert all tabs to whitespacesTharre2014-04-141-161/+161
|
* Initial codebaseTharre2014-04-081-0/+262