1
0
mirror of https://github.com/TREX-CoE/qmckl.git synced 2024-08-14 16:58:38 +02:00
qmckl/autogen.sh
2021-05-09 02:12:38 +02:00

7 lines
85 B
Bash
Executable File

#!/bin/bash
autoreconf --install
automake --add-missing --copy &> /dev/null
exit 0