reset compile.sh

This commit is contained in:
2023-10-10 18:32:22 +02:00
parent 86c7231b4f
commit d594aacd46
+2 -1
View File
@@ -1,5 +1,6 @@
#!/bin/bash #!/bin/bash
gcc test/is_good.c src/ftest/ftest.c src/fmock/fmock.c \ 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/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 \ 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