home · contact · privacy
Remove C variant of server, redefine build system to match this change.
[plomrogue] / roguelike-server.do
diff --git a/roguelike-server.do b/roguelike-server.do
deleted file mode 100644 (file)
index ebe418d..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-# redo build file to build the executable "roguelike-server".
-
-# 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/build_template
-TARGET=server
-LIBRARY_LINKS=-lm
-. ./build/build_template