Makefile - grabtitle - stupid HTML title grabber
HTML git clone git://git.codemadness.org/grabtitle
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
Makefile (97B)
---
1 build: clean
2 ${CC} -o grabtitle xml.c grabtitle.c ${CFLAGS} ${LDFLAGS}
3
4 clean:
5 rm -f grabtitle