mirror of
https://github.com/QuantumPackage/qp2.git
synced 2024-11-03 12:43:48 +01:00
6 lines
266 B
Makefile
6 lines
266 B
Makefile
default: build.ninja
|
|
bash -c "source quantum_package.rc ; ninja"
|
|
|
|
build.ninja:
|
|
@bash -c ' echo '' ; echo xxxxxxxxxxxxxxxxxx ; echo "The QP is not configured yet. Please run the ./configure command" ; echo xxxxxxxxxxxxxxxxxx ; echo '' ; ./configure --help' | more
|