1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-09-20 18:59:36 +00:00
hyperrogue/autogen.sh
2015-08-13 11:38:06 +02:00

6 lines
79 B
Bash
Executable File

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