about summary refs log blame commit diff stats
path: root/bonus/libfetch/Makefile
blob: 304ac206243f35ee030ca39cc858d83a047b4ff8 (plain) (tree)
1
2
3
4
5
6





                                                                                    
cha-http-libfetch: cha-http-libfetch.c
	$(CC) -Wall -O2 -g -std=c89 cha-http-libfetch.c -lfetch -o cha-http-libfetch

.PHONY: clean
clean:
	rm -f cha-http-libfetch