aboutsummaryrefslogtreecommitdiffstats
path: root/src/build.h
Commit message (Collapse)AuthorAgeFilesLines
* Add license notice to README and source filesTharre2014-08-161-0/+8
|
* Header file cleanup and smaller format fixesTharre2014-08-131-13/+2
|
* Implement (incomplete) dependency checking.Tharre2014-08-131-0/+3
| | | | | | | | | | Targets still do not depend on .do-files, and a lot of the edge cases are still not handled correctly. Furthermore some error-checking code is still missing, which could possibly crash the program (partially marked with comments), as well as some free() calls. An utitlity python script (print_dep.py) was also added to aid in debugging matters.
* Add several methods for storing dependenciesTharre2014-07-301-0/+6
|
* Print redo <target> later to not print source files and small cleanupTharre2014-07-291-1/+0
|
* Add filepath.c, refactor out parse_shebang() and rewrite most of the error ↵Tharre2014-07-291-4/+1
| | | | checking code to use predefined error macros
* Refactor file_exists() to fexists()Tharre2014-04-251-1/+1
|
* Initial codebaseTharre2014-04-081-0/+16