diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..fcbea3f --- /dev/null +++ b/Makefile @@ -0,0 +1,13 @@ +SHELL:= zsh + +env: conda activate py2_7 + +install: ./script_install.sh $(SHELL) + +run: env + ./run_simulation.sh + +binaries: ./script_fotran.sh + +test: env binaries + cd tests/integration && python test.py \ No newline at end of file