update makerogue
This commit is contained in:
@@ -2,4 +2,10 @@
|
||||
cd rogue;
|
||||
./configure
|
||||
make; cd ..
|
||||
make -f Makefile_rogue
|
||||
|
||||
if make -f Makefile_rogue "$@"; then
|
||||
echo ROGUE BUILD SUCCESSFUL
|
||||
else
|
||||
echo ROGUE BUILD FAILED
|
||||
exit 1
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user