aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPlex <thinkplex@riseup.net>2021-10-25 16:35:18 +0200
committerPlex <thinkplex@riseup.net>2021-10-25 16:35:18 +0200
commit53a085962964f4db118619a5e2156c901aba55a6 (patch)
treefa64b9942a1a663e77edec8276986ac7d3c0ee36 /Makefile
parentd33fabf0c5e1ea9a4e3118836dc459fa971d7a1d (diff)
serialization underway
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 38ff01b..0682d88 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
CC=clang
-CFLAGS=-Wall -g
+CFLAGS=-Wall -g -D_DEBUG
mcping: mcping.c mctypes.o
$(CC) $(CFLAGS) $^ -o $@