From 715a76e7776f4413e7e8b42ffbd35526f4d63c91 Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Sun, 10 Mar 2013 14:19:05 +0100 Subject: epserv: Make use of util.c --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 15c0788..2060e09 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ -all: econproxy +all: econproxy epserv econproxy: econproxy.c util.c util.h econproto.h gcc -ggdb -Wall -o $@ econproxy.c util.c -epserv: epserv.c econproto.h - gcc -ggdb -Wall -o $@ $< +epserv: epserv.c util.c util.h econproto.h + gcc -ggdb -Wall -o $@ $< util.c -- cgit