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\" "