From de7fe6cfb967c7d4477e222b3c024cf32b7e8f04 Mon Sep 17 00:00:00 2001 From: d0k3 Date: Mon, 11 Dec 2017 02:47:43 +0100 Subject: [PATCH] Fix a typo in Makefile.common --- Makefile.common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.common b/Makefile.common index fd42219..79380e9 100644 --- a/Makefile.common +++ b/Makefile.common @@ -34,7 +34,7 @@ ifeq ($(SWITCH_SCREENS),1) endif ifeq ($(SCRIPT_RUNNER),1) - CFLAGS += -DAUTORUN_SCRIPT + CFLAGS += -DSCRIPT_RUNNER README := endif