summaryrefslogtreecommitdiff
path: root/sources.c
AgeCommit message (Expand)Author
2020-03-27initial support for adding local headers as dependenciesJakob 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-14initial commitJakob Kaivo