diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -101,7 +101,7 @@ endif export CROSS_COMPILING ifndef VERSION -VERSION=1.2.0 +VERSION=gpp1 endif ifndef CLIENTBIN @@ -113,7 +113,7 @@ SERVERBIN=tremded endif ifndef BASEGAME -BASEGAME=base +BASEGAME=gpp endif ifndef BASEGAME_CFLAGS |