Makefile - uriparser - URI parser
HTML git clone git://git.codemadness.org/uriparser
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
Makefile (97B)
---
1 build: clean
2 ${CC} -o example example.c util.c strlcat.c strlcpy.c -Wall
3
4 clean:
5 rm -f example