Newer
Older
src / c / httphead / Makefile
all: httphead

httphead: httphead.c
	$(CC) $(CFLAGS) $^ -o httphead

clean:
	rm -f httphead