From 1840a7c2ed24c2e4fa731430d36a6c1da597b8ee Mon Sep 17 00:00:00 2001 From: sijanec Date: Tue, 16 Mar 2021 23:38:00 +0100 Subject: =?UTF-8?q?kon=C4=8Dal=20api,=20"kon=C4=8Dal"=20main,=20za=C4=8Del?= =?UTF-8?q?=20ui?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index cb37143..de9b211 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,7 @@ default: - gcc -g -Ilib -Isrc -I. -pthread src/api.c -lcurl -odiscord.c + 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 - wget https://raw.githubusercontent.com/antirez/linenoise/master/linenoise.h -O lib/linenoise.h - wget https://raw.githubusercontent.com/antirez/linenoise/master/linenoise.c -O lib/linenoise.c clean: - rm lib/cJSON.c lib/cJSON.h lib/linenoise.h lib/linenoise.c + rm lib/cJSON.c lib/cJSON.h -- cgit v1.2.3