home · contact · privacy
Server/py: Only save game world every 15 seconds.
[plomrogue] / roguelike-server.do
index 4b738d84d27a7aaebc335157a06129bd7fd220a8..ebe418d4d43db696aa76a87a8a045518b5e81a35 100644 (file)
@@ -1,5 +1,10 @@
 # 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