Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
aronwalsh authored May 17, 2018
1 parent 8c8b2d1 commit eb51428
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit eb51428

Please sign in to comment.