diff options
author | Tharre <tharre3@gmail.com> | 2014-08-16 01:07:03 +0200 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2014-08-16 01:17:51 +0200 |
commit | 89e687de8bc635ff73b002b2ab494b0d88e13f10 (patch) | |
tree | 44a22030a6f30547eb40e303d4f39b0f308f4f57 /out | |
parent | 1d7b303de42dd4763165c46f0b2f8bad2c3a407f (diff) | |
download | redo-89e687de8bc635ff73b002b2ab494b0d88e13f10.tar.gz redo-89e687de8bc635ff73b002b2ab494b0d88e13f10.tar.xz redo-89e687de8bc635ff73b002b2ab494b0d88e13f10.zip |
Add redo-ifcreate (and add redo-always properly)
Diffstat (limited to 'out')
-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 |