cd cubiomes
make libcubiomes
You can then move the generated file libcubiomes.a
where you want, in this case in the parent directory.
gcc <path/to/file.c> -L. -lcubiomes -lm && ./a.out
In this case, replace <path/to/file>.c
with main.c
cd cubiomes
make libcubiomes
You can then move the generated file libcubiomes.a
where you want, in this case in the parent directory.
gcc <path/to/file.c> -L. -lcubiomes -lm && ./a.out
In this case, replace <path/to/file>.c
with main.c