mirror of
https://github.com/TREX-CoE/qmckl.git
synced 2024-11-03 20:54:09 +01:00
6 lines
107 B
Bash
Executable File
6 lines
107 B
Bash
Executable File
#!/bin/sh
|
|
|
|
export srcdir="."
|
|
python3 ${srcdir}/tools/build_makefile.py
|
|
autoreconf -vi -Wall --no-recursive
|