From 558e4e0073ba8568c40abf8031206d13a09cbc86 Mon Sep 17 00:00:00 2001 From: AUnicornWithNoLife <55228370+AUnicornWithNoLife@users.noreply.github.com> Date: Tue, 3 Oct 2023 11:48:24 +0100 Subject: [PATCH] Delete makefile --- makefile | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 makefile diff --git a/makefile b/makefile deleted file mode 100644 index 7c27bbd..0000000 --- a/makefile +++ /dev/null @@ -1,4 +0,0 @@ -test: carg-parse.c carg-parse.h test.c - @echo "BUILDING" - @clang ./test.c ./carg-parse.c -o ./test - @echo "DONE"