From 7a750d443125f5534a7cf36397dcd98bccf961fd Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Wed, 13 Mar 2013 07:21:59 +0100 Subject: Makefile: Add econpacket to the dependencies So everything is recompiled if its changed --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit