Build all targets on Windows

This commit is contained in:
Yamagi Burmeister 2012-06-04 12:47:28 +02:00
parent 51869fbc9d
commit a8b9183664

View file

@ -195,11 +195,7 @@ endif
# ----------
# Builds everything
ifeq ($(OSTYPE), Windows)
all: client server game
else
all: client server refresher game
endif
# ----------