1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-02-14 10:00:12 +00:00
hyperrogue/autogen.sh

6 lines
84 B
Bash
Raw Permalink Normal View History

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