clean up and add Makefile

This commit is contained in:
2023-08-26 22:22:07 +02:00
parent 3828b39ca1
commit 7805c35cd9
29 changed files with 297 additions and 670 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/bash
gcc src/test_t/is_good.c src/test_t/test_t.c src/tools_t/tools_t.c \
src/permutation_t/permutation_t.c src/set_theoric_t/set_theoric_t.c \
-I. -o isgood && ./isgood -h -p
-I./src -o isgood && ./isgood -h -p