mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-05 13:46:17 +00:00
6 lines
84 B
Bash
Executable File
6 lines
84 B
Bash
Executable File
#!/bin/bash
|
|
autoreconf -vfi
|
|
./configure "$@"
|
|
echo "Now, just do \"make install\" "
|
|
|