diff options
-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: |