diff options
-rw-r--r-- | Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -2,10 +2,7 @@ CFLAGS=-ggdb -Wall -Wstrict-prototypes -Wmissing-prototypes all: econproxy econserv -econproxy: econproxy.c util.c util.h econproto.h - gcc $(CFLAGS) -o $@ econproxy.c util.c - -econserv: econserv.c util.c util.h econproto.h +%: %.c util.c util.h econproto.h gcc $(CFLAGS) -Wall -o $@ $< util.c clean: |