diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2013-03-13 07:21:59 +0100 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2013-03-13 07:21:59 +0100 |
commit | 7a750d443125f5534a7cf36397dcd98bccf961fd (patch) | |
tree | 62ac31f0395124e2593e4a8e624965e752553a59 /Makefile | |
parent | 8845a0cc0d04afb210457b3739e0a6bd0069239a (diff) | |
download | econ-7a750d443125f5534a7cf36397dcd98bccf961fd.tar.gz econ-7a750d443125f5534a7cf36397dcd98bccf961fd.tar.bz2 econ-7a750d443125f5534a7cf36397dcd98bccf961fd.zip |
Makefile: Add econpacket to the dependencies
So everything is recompiled if its changed
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |