From f99bc338d992f220de1aa5f66ed800cb0823c0e9 Mon Sep 17 00:00:00 2001 From: Oli Date: Mon, 15 Nov 2021 20:42:06 -0300 Subject: [PATCH] makefile --- Makefile | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Makefile 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