diff options
author | Tharre <tharre3@gmail.com> | 2014-04-08 09:19:33 +0200 |
---|---|---|
committer | xRamses <tharre3@gmail.com> | 2014-04-08 09:19:33 +0200 |
commit | c766f073e60c3aa51a3cc1555af87ded5823e5a0 (patch) | |
tree | 43595070e833b251b3f7ac7e94e5e992918194ef /out/redo.do | |
download | redo-c766f073e60c3aa51a3cc1555af87ded5823e5a0.tar.gz redo-c766f073e60c3aa51a3cc1555af87ded5823e5a0.tar.xz redo-c766f073e60c3aa51a3cc1555af87ded5823e5a0.zip |
Initial codebase
Diffstat (limited to 'out/redo.do')
-rw-r--r-- | out/redo.do | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/out/redo.do b/out/redo.do new file mode 100644 index 0000000..dce65d4 --- /dev/null +++ b/out/redo.do @@ -0,0 +1,5 @@ +. ./config.sh + +DEPS="redo.o build.o util.o" +redo-ifchange $DEPS config.sh +$CC -o $3 $DEPS $LDFLAGS |