From 4b97db87870c5195d71337126e83cf9d4337aa14 Mon Sep 17 00:00:00 2001 From: IronClawTrem Date: Sun, 16 Feb 2020 03:45:02 +0000 Subject: only compile server --- Makefile | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1b501f4..7d94a29 100644 --- a/Makefile +++ b/Makefile @@ -19,28 +19,28 @@ ifeq ($(COMPILE_PLATFORM),linux) endif ifndef BUILD_STANDALONE - BUILD_STANDALONE = + BUILD_STANDALONE =0 endif ifndef BUILD_CLIENT - BUILD_CLIENT = + BUILD_CLIENT =0 endif ifndef BUILD_SERVER - BUILD_SERVER = + BUILD_SERVER =1 endif ifndef BUILD_GRANGER - BUILD_GRANGER = + BUILD_GRANGER =0 endif ifndef BUILD_GAME_SO - BUILD_GAME_SO = + BUILD_GAME_SO =0 endif ifndef BUILD_GAME_QVM - BUILD_GAME_QVM = + BUILD_GAME_QVM =0 endif ifndef BUILD_GAME_QVM_11 - BUILD_GAME_QVM_11 = + BUILD_GAME_QVM_11 =0 endif ifndef BUILD_RENDERER_OPENGL2 - BUILD_RENDERER_OPENGL2= + BUILD_RENDERER_OPENGL2=0 endif ############################################################################# -- cgit