home · contact · privacy
Replace old with new client, drop redo system needed to build old one.
[plomrogue] / build / default.o.do
diff --git a/build/default.o.do b/build/default.o.do
deleted file mode 100644 (file)
index be2bb9d..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-# This file is part of PlomRogue. PlomRogue is licensed under the GPL version 3
-# or any later version. For details on its copyright, license, and warranties,
-# see the file NOTICE in the root directory of the PlomRogue source package.
-
-redo-ifchange compiler_flags
-. ./compiler_flags
-file=${1#build/}
-gcc $CFLAGS -o $3 -c ../src/${file%.o}.c -MD -MF $2.deps
-read DEPS <$2.deps
-redo-ifchange ${DEPS#*:}