summaryrefslogtreecommitdiffstats
path: root/api/c/Makefile
blob: 5f4f70a2b5cc1db64f8bf5eacad13166e6dfafdc (plain) (blame)
1
2
3
4
5
6
7
compile:
	gcc api.c -Wall -lfcgi --pedantic -lpthread -o api
prepare:
	wget http://www.geekhideout.com/downloads/urlcode.c
clean:
	rm urlencode.c api