1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-06 04:17:58 +00:00

Move Makefile.simple to just Makefile.

This commit is contained in:
Arthur O'Dwyer
2021-03-21 17:40:06 -04:00
parent 77cc0cc01b
commit 4c10b17b7e
7 changed files with 14 additions and 14 deletions

View File

@@ -12,7 +12,7 @@ mkdir -p app/src/main/res/raw/
if [ ! -f ../autohdr.h ]; then
echo "generating autohdr.h..."
LAST_PWD=$(pwd); cd ..
make -f Makefile.simple autohdr.h
make autohdr.h
cd $LAST_PWD
fi