Slight Makefile update

Change TARGET_N64 ?= to TARGET_N64 =
master
IvanDSM 2020-05-09 01:17:42 -03:00
parent e5f21323a2
commit 2b188036cb
1 changed files with 1 additions and 1 deletions

View File

@ -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