index
:
maje
maje
generate Makefile from a bare source directory
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
2022-04-25
regenerate with latest version
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 ↵
Jakob Kaivo
for source directory
2020-03-27
initial support for adding local headers as dependencies
Jakob Kaivo
2020-03-27
fix pattern for possible whitespace
Jakob Kaivo
2020-01-14
don't be different if NDEBUG is defined
Jakob Kaivo
2020-01-14
document new behavior and -n option
Jakob Kaivo
2020-01-14
default to exec()ing make when finished
Jakob Kaivo
2020-01-14
display an error if too many directories are specified
Jakob Kaivo
2020-01-14
fix segfault when building outside of source tree
Jakob Kaivo
2020-01-14
rename addfile() to add_source() to avoid debugging confusion
Jakob Kaivo
2020-01-14
st is being used, so it doesn't need a (void)cast to suppress warnings
Jakob Kaivo
2020-01-14
use a linked list instead of an array
Jakob Kaivo
2020-01-14
use calloc() to ensure NUL termination, remember to NULL terminate the array
Jakob Kaivo
2020-01-14
use a struct to cache stat() information
Jakob Kaivo
2020-01-14
rebuild with latest revision
Jakob Kaivo
2020-01-14
add LD and LDFLAGS
Jakob Kaivo
2020-01-14
add README
Jakob Kaivo
2020-01-14
clean up memory leak
Jakob Kaivo
2020-01-14
rebuild with more readable spacing and explicit build steps
Jakob Kaivo
2020-01-14
always build in current directory, source from specified path
Jakob Kaivo
2020-01-14
add Makefile (generated by maje)
Jakob Kaivo
2020-01-14
add gitignore
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
fix escape of (
Jakob Kaivo
2020-01-14
initial commit
Jakob Kaivo
2020-01-09
Add LICENSE
Jakob Kaivo