Skip to content
Snippets Groups Projects
Commit 71b93541 authored by WAUTELET Philippe's avatar WAUTELET Philippe
Browse files

Philippe 17/09/2024: KTEST: correct small Makefile problems

parent f3720639
No related branches found
No related tags found
No related merge requests found
all:
cd 001_prep_ideal_case && run_prep_ideal_case_xyz
cd 002_mesonh && run_mesonh_xyz
ifneq "$(MNH_PYTHON)" "NO"
ifneq "$(MNH_PYTHON)" "NO"
cd 003_python && run_python
endif
endif
clean:
cd 001_prep_ideal_case && clean_prep_ideal_case_xyz
cd 002_mesonh && clean_mesonh_xyz
ifneq "$(MNH_PYTHON)" "NO"
ifneq "$(MNH_PYTHON)" "NO"
cd 003_python && clean_python
endif
endif
python:
cd 003_python && run_python
......@@ -38,5 +38,6 @@ clean:
ifneq "$(MNH_PYTHON)" "NO"
cd 010_python && clean_python
endif
cd 011_spectre && clean_spectre_xyz
python:
cd 010_python && run_python
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment