Fix a typo in Makefile.common

This commit is contained in:
d0k3 2017-12-11 02:47:43 +01:00
parent 1a63575caa
commit de7fe6cfb9

View File

@ -34,7 +34,7 @@ ifeq ($(SWITCH_SCREENS),1)
endif
ifeq ($(SCRIPT_RUNNER),1)
CFLAGS += -DAUTORUN_SCRIPT
CFLAGS += -DSCRIPT_RUNNER
README :=
endif