From d6e2ea2aba2f3d655550050106b43547dbaf587f Mon Sep 17 00:00:00 2001 From: SuperNovaa41 Date: Fri, 12 Jan 2024 13:06:15 -0500 Subject: [PATCH] adds clean directive --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index f7f8a65..8d8b0ce 100644 --- a/Makefile +++ b/Makefile @@ -1,2 +1,4 @@ all: main.c gcc main.c -lcurl -lcjson -o isbn -Wall +clean: + rm isbn