diff options
author | Plex <thinkplex@riseup.net> | 2021-10-25 20:57:13 +0200 |
---|---|---|
committer | Plex <thinkplex@riseup.net> | 2021-10-25 20:57:13 +0200 |
commit | 32ed6077085aba501d27f34368b357a8d4b79366 (patch) | |
tree | 56045e9090ed770eabb1e33c6e46e19fda310457 /Makefile | |
parent | d23f7f0aaa97103670e229abd402ad66a6e703de (diff) |
mcping finished
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 -D_DEBUG +CFLAGS=-Wall -g mcping: mcping.c mctypes.o mcnetwork.o $(CC) $(CFLAGS) $^ -o $@ |