summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 0f6743e..934f70a 100644
--- a/Makefile
+++ b/Makefile
@@ -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: