summaryrefslogtreecommitdiff
path: root/Makefile
blob: 934f70aa1524cce75e0f4811ff65506e53b7bb76 (plain)
1
2
3
4
5
6
7
8
9
CFLAGS=-ggdb -Wall -Wstrict-prototypes -Wmissing-prototypes

all: econproxy econserv

%: %.c util.c util.h econproto.h
	gcc $(CFLAGS) -Wall -o $@ $< util.c

clean:
	rm -f econproxy econserv