summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2013-03-13 07:21:59 +0100
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2013-03-13 07:21:59 +0100
commit7a750d443125f5534a7cf36397dcd98bccf961fd (patch)
tree62ac31f0395124e2593e4a8e624965e752553a59
parent8845a0cc0d04afb210457b3739e0a6bd0069239a (diff)
downloadecon-7a750d443125f5534a7cf36397dcd98bccf961fd.tar.gz
econ-7a750d443125f5534a7cf36397dcd98bccf961fd.tar.bz2
econ-7a750d443125f5534a7cf36397dcd98bccf961fd.zip
Makefile: Add econpacket to the dependencies
So everything is recompiled if its changed
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0fb42f2..616f7fc 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ CFLAGS=-std=gnu99 -ggdb -Wall -Wstrict-prototypes -Wmissing-prototypes -Wunused-
all: econproxy econserv econfind
-%: %.c util.c util.h econproto.h econpacket.h
+%: %.c util.c util.h econproto.h econpacket.c econpacket.h
gcc $(CFLAGS) -o $@ $< util.c econpacket.c
clean: