Introduction
Introduction Statistics Contact Development Disclaimer Help
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
You are viewing proxied material from codemadness.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.