mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-10 07:12:07 +00:00
Build the client by default under Windows
This commit is contained in:
parent
86f89fce22
commit
2672495c3f
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -118,7 +118,7 @@ endif
|
|||
|
||||
# Extra CFLAGS for SDL
|
||||
ifeq ($(OSTYPE), Windows)
|
||||
SDLCFLAGS := $(shell sdl-config.exe --cflags)
|
||||
SDLCFLAGS :=
|
||||
else
|
||||
SDLCFLAGS := $(shell sdl-config --cflags)
|
||||
endif
|
||||
|
@ -196,7 +196,7 @@ endif
|
|||
|
||||
# Builds everything
|
||||
ifeq ($(OSTYPE), Windows)
|
||||
all: server game
|
||||
all: client server game
|
||||
else
|
||||
all: client server refresher game
|
||||
endif
|
||||
|
|
Loading…
Reference in a new issue