From 2b188036cbd2ee730b3e66564a15db611e60c6a6 Mon Sep 17 00:00:00 2001 From: IvanDSM Date: Sat, 9 May 2020 01:17:42 -0300 Subject: [PATCH] Slight Makefile update Change TARGET_N64 ?= to TARGET_N64 = --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 625384a..9b829f3 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ COMPARE ?= 1 # If NON_MATCHING is 1, define the NON_MATCHING and AVOID_UB macros when building (recommended) NON_MATCHING ?= 1 # Sane default until N64 build scripts rm'd -TARGET_N64 ?= 0 +TARGET_N64 = 0 # Build and optimize for Raspberry Pi(s) TARGET_RPI ?= 0