home · contact · privacy
Server/py: Use -O3 for libplomrogue.
[plomrogue] / roguelike-server.do
1 # redo build file to build the executable "roguelike-server".
2
3 # This file is part of PlomRogue. PlomRogue is licensed under the GPL version 3
4 # or any later version. For details on its copyright, license, and warranties,
5 # see the file NOTICE in the root directory of the PlomRogue source package.
6
7 redo-ifchange build/build_template
8 TARGET=server
9 LIBRARY_LINKS=-lm
10 . ./build/build_template