summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3ad6141..77c7349 100644
--- a/Makefile
+++ b/Makefile
@@ -88,7 +88,7 @@ ifeq ($(SAFE_STACK), 1)
CFLAGS += -fstack-check
endif
-.PHONY: all clean cleanall release
+.PHONY: all clean
all: haxserv
haxserv: main.o server_network.o client_network.o general_network.o commands.o table.o config.o tls.o utils.o