aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPlex <thinkplex@riseup.net>2021-10-25 18:41:59 +0200
committerPlex <thinkplex@riseup.net>2021-10-25 18:41:59 +0200
commitd23f7f0aaa97103670e229abd402ad66a6e703de (patch)
tree29a252121af2bb3a93f2ad0b28e0160687b31601 /Makefile
parent927c5b7219041a353010141cea139642ac6ca0bf (diff)
refactoring !!
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0682d88..2541a16 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
CC=clang
CFLAGS=-Wall -g -D_DEBUG
-mcping: mcping.c mctypes.o
+mcping: mcping.c mctypes.o mcnetwork.o
$(CC) $(CFLAGS) $^ -o $@
%.o: %.c %.h