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"