diff options
author | Jeff Kent <jeff@jkent.net> | 2015-06-14 13:31:12 -0500 |
---|---|---|
committer | Jeff Kent <jeff@jkent.net> | 2015-06-14 13:31:12 -0500 |
commit | c31632053a9ec3201f6dd39d1c09f8d5f839b978 (patch) | |
tree | 3bc1a4ce52b02742aeed4c6742bd172620a62e5a /Makefile | |
parent | 6204532c35bab4977d3bd4d2bf7a9a3b90e9620e (diff) |
change BASEGAME to gpp
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -106,7 +106,7 @@ SERVERBIN=tremded endif ifndef BASEGAME -BASEGAME=base +BASEGAME=gpp endif ifndef BASEGAME_CFLAGS |