1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-13 17:06:52 +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\" "