aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPlex <thinkplex@riseup.net>2021-10-25 20:57:13 +0200
committerPlex <thinkplex@riseup.net>2021-10-25 20:57:13 +0200
commit32ed6077085aba501d27f34368b357a8d4b79366 (patch)
tree56045e9090ed770eabb1e33c6e46e19fda310457 /Makefile
parentd23f7f0aaa97103670e229abd402ad66a6e703de (diff)
mcping finished
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2541a16..3119e48 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
CC=clang
-CFLAGS=-Wall -g -D_DEBUG
+CFLAGS=-Wall -g
mcping: mcping.c mctypes.o mcnetwork.o
$(CC) $(CFLAGS) $^ -o $@