Merge pull request #1299 from tonymorony/patch-1

ensuring that rogue update
This commit is contained in:
jl777
2019-03-01 21:47:51 -11:00
committed by GitHub

View File

@@ -1,5 +1,6 @@
#!/bin/sh
cd rogue;
make clean;
if [ "$HOST" = "x86_64-w64-mingw32" ]; then
echo building rogue.exe...