diff options
Diffstat (limited to 'out')
-rw-r--r-- | out/redo.do | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/out/redo.do b/out/redo.do index ee098a0..fd4536a 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 DSV.o" +DEPS="redo.o build.o util.o filepath.o sha1.o DSV.o pcg.o" redo-ifchange $DEPS config.sh $CC -o $3 $DEPS $LDFLAGS |