Add undef

This commit is contained in:
Miloslav Číž 2021-01-10 20:44:45 +01:00
parent 298a108ca4
commit a13d659936
2 changed files with 4 additions and 2 deletions

View File

@ -253,6 +253,8 @@ int8_t SFG_keyPressed(uint8_t key)
default: return 0; break;
}
#undef k
}
int running;

View File

@ -39,7 +39,7 @@ if [ $1 == "sdl" ]; then
echo ${COMMAND}
${COMMAND} && ./anarch
${COMMAND} && ./anarch -w
elif [ $1 == "terminal" ]; then
# PC terminal build, requires:
# - g++