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