aboutsummaryrefslogtreecommitdiffstats
path: root/out/redo.do
diff options
context:
space:
mode:
authorTharre <tharre3@gmail.com>2016-07-26 12:12:15 +0200
committerTharre <tharre3@gmail.com>2016-07-26 12:12:15 +0200
commitca1b481d6e8606db85e82c236c8edf29b49126c8 (patch)
treef2067117a75da2562b7acf9a2e52d42eff6e647f /out/redo.do
parentca3cb1fd17adb1ec8c86372cd11333f6e345e013 (diff)
downloadredo-ca1b481d6e8606db85e82c236c8edf29b49126c8.tar.gz
redo-ca1b481d6e8606db85e82c236c8edf29b49126c8.tar.xz
redo-ca1b481d6e8606db85e82c236c8edf29b49126c8.zip
Implement new dependency storage system
Diffstat (limited to 'out/redo.do')
-rw-r--r--out/redo.do2
1 files changed, 1 insertions, 1 deletions
diff --git a/out/redo.do b/out/redo.do
index 58e7152..ee098a0 100644
--- a/out/redo.do
+++ b/out/redo.do
@@ -1,5 +1,5 @@
. ./config.sh
-DEPS="redo.o build.o util.o filepath.o sha1.o"
+DEPS="redo.o build.o util.o filepath.o sha1.o DSV.o"
redo-ifchange $DEPS config.sh
$CC -o $3 $DEPS $LDFLAGS