More info from "make" with no arguments: I never remember the syntax ...

git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@13122 c92efa57-630b-4861-b058-cf58834340f0
This commit is contained in:
giannozz 2016-10-26 12:57:04 +00:00
parent 6ff931c7bd
commit cafdfca1d9
1 changed files with 3 additions and 0 deletions

View File

@ -18,7 +18,10 @@ default :
@echo 'where <target> identifies an action'
@echo ' run-tests : run-tests-serial (default)'
@echo ' run-tests-serial : run all tests in SERIAL'
@echo ' run-tests-XX-serial: run tests for XX={pw,cp} only, as above'
@echo ' run-tests-parallel : run all tests in PARALLEL (4 MPI)'
@echo ' run-tests-XX-parallel: run tests for XX={pw,cp} only, as above'
@echo ' run-custom-test testdir=DIR: run test in DIR only (serial)'
@echo ' compare : compare last output generated with reference'
@echo ' clean : clean output (our/err files) of all tests'
@echo ' '