Makefile updated to thanos TARGET_N64
This commit is contained in:
parent
b52560869c
commit
71d7750d45
2
Makefile
2
Makefile
|
@ -18,8 +18,6 @@ GRUCODE ?= f3d_old
|
||||||
COMPARE ?= 1
|
COMPARE ?= 1
|
||||||
# If NON_MATCHING is 1, define the NON_MATCHING and AVOID_UB macros when building (recommended)
|
# If NON_MATCHING is 1, define the NON_MATCHING and AVOID_UB macros when building (recommended)
|
||||||
NON_MATCHING ?= 1
|
NON_MATCHING ?= 1
|
||||||
# Sane default until N64 build scripts rm'd
|
|
||||||
TARGET_N64 = 0
|
|
||||||
|
|
||||||
# Build and optimize for Raspberry Pi(s)
|
# Build and optimize for Raspberry Pi(s)
|
||||||
TARGET_RPI ?= 0
|
TARGET_RPI ?= 0
|
||||||
|
|
Loading…
Reference in New Issue