summaryrefslogtreecommitdiffstats
path: root/Makefile
blob: de9b2114bddd894863c6381d72c714ff201d6f38 (plain) (blame)
1
2
3
4
5
6
7
default:
	gcc -Wall -pedantic -g -Ilib -Isrc -I. -pthread src/api.c -lcurl -lncurses -lform -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