summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTest_User <hax@andrewyu.org>2024-03-20 08:32:56 -0400
committerTest_User <hax@andrewyu.org>2024-03-20 08:32:56 -0400
commit032e27404ee4e2f40f4556f95af0c7c0c61d1db3 (patch)
tree173a2077164c6666052f7382f213f64110f837d5
parent44831804778fc0da07cb918dccc9474174d1304a (diff)
downloadcoupserv-032e27404ee4e2f40f4556f95af0c7c0c61d1db3.tar.gz
coupserv-032e27404ee4e2f40f4556f95af0c7c0c61d1db3.zip
cleanall and release don't exist
-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