From 8e37b9b29337a5de29c03016c7de82b2aadf2939 Mon Sep 17 00:00:00 2001 From: AUnicornWithNoLife <55228370+AUnicornWithNoLife@users.noreply.github.com> Date: Thu, 11 May 2023 21:38:27 +0100 Subject: [PATCH] Update makefile --- makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/makefile b/makefile index 4fd43e1..5d33c96 100644 --- a/makefile +++ b/makefile @@ -3,7 +3,6 @@ test: carg-parse.c carg-parse.h test.c @clang ./test.c ./carg-parse.c -o ./test @echo "DONE" -stress: - @make test +stress: ./test @echo "STRESSING - if you see any errors / segfaults / fuckups please revert changes or open an issue" @./stress.sh