index
:
maje
maje
generate Makefile from a bare source directory
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
make.c
Age
Commit message (
Expand
)
Author
2022-04-25
add basic library support
Jakob Kaivo
2022-04-25
add support for setting flags in source
Jakob Kaivo
2022-04-25
make directories before trying to put things in them
Jakob Kaivo
2020-10-22
generate install target
Jakob Kaivo
2020-03-30
add BINDIR for final binary
Jakob Kaivo
2020-03-27
make out-of-tree building more robust by removing the command line option for...
Jakob Kaivo
2020-03-27
initial support for adding local headers as dependencies
Jakob Kaivo
2020-01-14
fix segfault when building outside of source tree
Jakob Kaivo
2020-01-14
use a linked list instead of an array
Jakob Kaivo
2020-01-14
use a struct to cache stat() information
Jakob Kaivo
2020-01-14
add LD and LDFLAGS
Jakob Kaivo
2020-01-14
clean up memory leak
Jakob Kaivo
2020-01-14
always build in current directory, source from specified path
Jakob Kaivo
2020-01-14
add note about Makefile being generated in the Makefile
Jakob Kaivo
2020-01-14
compile *.o instead of sources again
Jakob Kaivo
2020-01-14
initial commit
Jakob Kaivo