home
·
contact
·
privacy
projects
/
plomrogue
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Replace make build system with redo, serve erlehmann's redo as fallback.
[plomrogue]
/
build
/
default.o.do
1
redo-ifchange compiler_flags
2
. ./compiler_flags
3
file=${1#build/}
4
gcc $CFLAGS -o $3 -c ../src/${file%.o}.c -MD -MF $2.deps
5
read DEPS <$2.deps
6
redo-ifchange ${DEPS#*:}