From f01a37cb38b80c357a169aed61d05024c1f75ba9 Mon Sep 17 00:00:00 2001 From: sijanec Date: Sun, 14 Mar 2021 11:00:41 +0100 Subject: =?UTF-8?q?shranjujem=20ta=20bloat=20preden=20ga=20izbri=C5=A1em?= =?UTF-8?q?=20in=20grem=20delat=20na=20novo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d6b3cc9..09aefe5 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ default: - gcc -Ilib -Isrc -I. src/main.c -lcurl -odiscord.c + 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 -- cgit v1.2.3