diff options
author | Plex <thinkplex@riseup.net> | 2021-10-25 16:35:18 +0200 |
---|---|---|
committer | Plex <thinkplex@riseup.net> | 2021-10-25 16:35:18 +0200 |
commit | 53a085962964f4db118619a5e2156c901aba55a6 (patch) | |
tree | fa64b9942a1a663e77edec8276986ac7d3c0ee36 /Makefile | |
parent | d33fabf0c5e1ea9a4e3118836dc459fa971d7a1d (diff) |
serialization underway
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ CC=clang -CFLAGS=-Wall -g +CFLAGS=-Wall -g -D_DEBUG mcping: mcping.c mctypes.o $(CC) $(CFLAGS) $^ -o $@ |