home · contact · privacy
Server/py: Use -O3 for libplomrogue.
[plomrogue] / roguelike-client.do
1 # redo build file to build the executable "roguelike-client".
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=client
9 LIBRARY_LINKS=-lncurses
10 . ./build/build_template