Newer
Older
httphead / Makefile
@Andreas Jaggi Andreas Jaggi on 26 Feb 2013 86 bytes initial import
all: httphead

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

clean:
	rm -f httphead