mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-10-31 19:36:16 +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\" "
|
|
|