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
205 B
Makefile

SHELL:= zsh
env:
source ./env.sh
install:
source ./script_install.sh $(SHELL)
run: env
./run_simulation.sh
binaries: ./script_fotran.sh
test: env binaries
cd tests/integration && python test.py