home · contact · privacy
Replace old with new client, drop redo system needed to build old one.
[plomrogue] / libplomrogue.so.do
diff --git a/libplomrogue.so.do b/libplomrogue.so.do
deleted file mode 100644 (file)
index 26ca117..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-# redo build file to build the library "libplomrogue.so"
-
-# 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 build/compiler_flags
-. ./build/compiler_flags
-redo-ifchange src/server/libplomrogue.c
-gcc -shared -fPIC $CFLAGS -o $3 src/server/libplomrogue.c -lm