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