mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-02 21:40:34 +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\" "
|
|
|