Newer
Older
all:
cd 001_prep_ideal_case && run_prep_ideal_case_xyz
cd 002_mesonh && run_mesonh_xyz

RODIER Quentin
committed
cd 003_diag && run_diag_xyz

Juan Escobar
committed
ifneq "$(MNH_PYTHON)" "NO"

RODIER Quentin
committed
cd 004_python && run_python

Juan Escobar
committed
endif
clean:
cd 001_prep_ideal_case && clean_prep_ideal_case_xyz
cd 002_mesonh && clean_mesonh_xyz

RODIER Quentin
committed
cd 003_diag && clean_diag_xyz

Juan Escobar
committed
ifneq "$(MNH_PYTHON)" "NO"

RODIER Quentin
committed
cd 004_python && clean_python

Juan Escobar
committed
endif