1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-24 06:03:23 +00:00
hyperrogue/autogen.sh

6 lines
84 B
Bash
Raw Normal View History

#!/bin/bash
autoreconf -vfi
./configure "$@"
2015-08-13 09:38:06 +00:00
echo "Now, just do \"make install\" "