From d594aacd46f709a533ecb4e0bb057428c789bc3f Mon Sep 17 00:00:00 2001 From: fanasina Date: Tue, 10 Oct 2023 18:32:22 +0200 Subject: [PATCH] reset compile.sh --- compile.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/compile.sh b/compile.sh index 0a13789..21909b8 100755 --- a/compile.sh +++ b/compile.sh @@ -1,5 +1,6 @@ #!/bin/bash + gcc test/is_good.c src/ftest/ftest.c src/fmock/fmock.c \ src/tools_t/tools_t.c src/bar_progress/bar_progress.c \ src/permutation_t/permutation_t.c src/set_theoric_t/set_theoric_t.c \ - -I./src $1 -o launch_is_good_c -lpthread #&& ./launch_is_good_c -h -p + -Isrc $1 -o launch_is_good_c -lpthread