summaryrefslogtreecommitdiff
path: root/Makefile
blob: 5f21a080e92a0b2a2260764c3c1372e2cbd9c717 (plain)
1
2
3
4
5
6
7
all: econproxy econserv

econproxy: econproxy.c util.c util.h econproto.h
	gcc -ggdb -Wall -o $@ econproxy.c util.c

econserv: econserv.c util.c util.h econproto.h 
	gcc -ggdb -Wall -o $@ $< util.c