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