From 644907e160e686e30f76fc556ed917fad0f7f65f Mon Sep 17 00:00:00 2001 From: Saleem Rashid Date: Sat, 16 Dec 2017 20:39:24 +0000 Subject: [PATCH] emulator: Add EMULATOR=1 to emulator/Makefile --- emulator/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/emulator/Makefile b/emulator/Makefile index e733d45bfd..1f2976dd01 100644 --- a/emulator/Makefile +++ b/emulator/Makefile @@ -1,3 +1,5 @@ +EMULATOR := 1 + OBJS += setup.o OBJS += buttons.o