From e65e5684dea971f268f550133dd917e4bdcfb44b Mon Sep 17 00:00:00 2001 From: SuperNovaa41 Date: Sat, 13 Jan 2024 21:34:40 -0500 Subject: [PATCH] quick Makefile fix --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 0993e50..1dcee76 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,6 @@ all: src/*.c gcc src/main.c src/json.c src/curl.c -lcurl -lcjson -o isbn -Wall + mkdir -p build mv isbn build clean: rm isbn