From aef5fbe3d215672783bc9f998f622c40b5504c9f Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Sun, 23 Feb 2020 00:27:01 +0100 Subject: Preparing OS defines for later use --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 91985bb..748d5e2 100644 --- a/Makefile +++ b/Makefile @@ -104,6 +104,7 @@ ifdef POWER endif #--------------------------------------------------------------------------------------------------# CDEFS = -DFT_SCR_SIZE=\"${SCR_SZE}\" +CDEFS += -DFT_OS=\"${OS}\" ifneq (${OS}, Darwin) CDEFS += -DFT_W_KEY=119 CDEFS += -DFT_A_KEY=97 -- cgit v1.2.3