diff --git a/Makefile b/Makefile index 4a9dfbc7..e7a8f61c 100644 --- a/Makefile +++ b/Makefile @@ -195,11 +195,7 @@ endif # ---------- # Builds everything -ifeq ($(OSTYPE), Windows) -all: client server game -else all: client server refresher game -endif # ----------