diff options
Diffstat (limited to 'out/redo-ifchange.do')
-rw-r--r-- | out/redo-ifchange.do | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/out/redo-ifchange.do b/out/redo-ifchange.do new file mode 100644 index 0000000..84941ce --- /dev/null +++ b/out/redo-ifchange.do @@ -0,0 +1,5 @@ +. ./config.sh + +DEPS="redo-ifchange.o build.o util.o" +redo-ifchange $DEPS config.sh +$CC -o $3 $DEPS $LDFLAGS |