diff --git a/Makefile b/Makefile index 077f644..82922da 100644 --- a/Makefile +++ b/Makefile @@ -31,6 +31,6 @@ cleanupdata: rm czts* potential* Efield* variance* RDF*; rm -r equil* gulp_inputs test: # Mainly for Travis CI testing - gcc -O4 -std=gnu11 -lm -lconfig -o eris-test src/eris-test.c + gcc -O4 -std=gnu11 -o eris-test src/eris-test.c -lm -lconfig ./eris-test