summaryrefslogtreecommitdiffstats
path: root/Makefile
blob: 09aefe5fc68f97674db6649cce1307b8eefd13d8 (plain) (blame)
1
2
3
4
5
6
7
default:
	gcc -g -Ilib -Isrc -I. src/main.c -lcurl -odiscord.c
prepare:
	wget https://raw.githubusercontent.com/DaveGamble/cJSON/master/cJSON.c -O lib/cJSON.c
	wget https://raw.githubusercontent.com/DaveGamble/cJSON/master/cJSON.h -O lib/cJSON.h
clean:
	rm lib/cJSON.c lib/cJSON.h