Delete makefile

This commit is contained in:
AUnicornWithNoLife 2023-10-03 11:48:24 +01:00
parent 2dabc6d4ff
commit 558e4e0073

View File

@ -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"