summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-04-25use the current directory name for libraries if none is specifiedmajeJakob Kaivo
2022-04-25add basic library supportJakob Kaivo
2022-04-25document flag supportJakob Kaivo
2022-04-25add support for setting flags in sourceJakob Kaivo
2022-04-25only compile the regex onceJakob Kaivo
2022-04-25regenerate with latest versionJakob Kaivo
2022-04-25make directories before trying to put things in themJakob Kaivo
2020-10-22generate install targetJakob Kaivo
2020-03-30add BINDIR for final binaryJakob Kaivo
2020-03-27make out-of-tree building more robust by removing the command line option ↵Jakob Kaivo
for source directory
2020-03-27initial support for adding local headers as dependenciesJakob Kaivo
2020-03-27fix pattern for possible whitespaceJakob Kaivo
2020-01-14don't be different if NDEBUG is definedJakob Kaivo
2020-01-14document new behavior and -n optionJakob Kaivo
2020-01-14default to exec()ing make when finishedJakob Kaivo
2020-01-14display an error if too many directories are specifiedJakob Kaivo
2020-01-14fix segfault when building outside of source treeJakob Kaivo
2020-01-14rename addfile() to add_source() to avoid debugging confusionJakob Kaivo
2020-01-14st is being used, so it doesn't need a (void)cast to suppress warningsJakob Kaivo
2020-01-14use a linked list instead of an arrayJakob Kaivo
2020-01-14use calloc() to ensure NUL termination, remember to NULL terminate the arrayJakob Kaivo
2020-01-14use a struct to cache stat() informationJakob Kaivo
2020-01-14rebuild with latest revisionJakob Kaivo
2020-01-14add LD and LDFLAGSJakob Kaivo
2020-01-14add READMEJakob Kaivo
2020-01-14clean up memory leakJakob Kaivo
2020-01-14rebuild with more readable spacing and explicit build stepsJakob Kaivo
2020-01-14always build in current directory, source from specified pathJakob Kaivo
2020-01-14add Makefile (generated by maje)Jakob Kaivo
2020-01-14add gitignoreJakob Kaivo
2020-01-14add note about Makefile being generated in the MakefileJakob Kaivo
2020-01-14compile *.o instead of sources againJakob Kaivo
2020-01-14fix escape of (Jakob Kaivo
2020-01-14initial commitJakob Kaivo
2020-01-09Add LICENSEJakob Kaivo