summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-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: