You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
simulacion-permeabilidad/Makefile

15 lines
203 B
Makefile

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