From 56d74b5de1bedaf8a7724f33b6c62e11da9d2b09 Mon Sep 17 00:00:00 2001 From: sijanec Date: Sun, 14 Mar 2021 23:45:31 +0100 Subject: neki delu na novem api.c --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 09aefe5..253209f 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ default: - gcc -g -Ilib -Isrc -I. src/main.c -lcurl -odiscord.c + gcc -g -Ilib -Isrc -I. src/api.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