1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-13 08:59:27 +00:00
hyperrogue/autogen.sh
2017-06-20 16:44:36 +02:00

6 lines
84 B
Bash
Executable File

#!/bin/bash
autoreconf -vfi
./configure "$@"
echo "Now, just do \"make install\" "