mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2025-10-30 08:01:01 +00:00
Slight Makefile update
Change TARGET_N64 ?= to TARGET_N64 =
This commit is contained in:
parent
e5f21323a2
commit
2b188036cb
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue