5 lines
189 B
Bash
5 lines
189 B
Bash
#!/bin/bash
|
|
gcc test/is_good.c src/ftest/ftest.c src/fmock/fmock.c src/tools_t/tools_t.c \
|
|
src/permutation_t/permutation_t.c src/set_theoric_t/set_theoric_t.c \
|
|
-I./src $1 -E > eEcomp
|