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