mirror of
https://github.com/zeldaret/oot.git
synced 2024-11-11 03:39:59 +00:00
Remove empty ?= assignments
This commit is contained in:
parent
bb891b9312
commit
3db472faea
1 changed files with 0 additions and 3 deletions
3
Makefile
3
Makefile
|
@ -15,9 +15,6 @@ ORIG_COMPILER := 0
|
||||||
# If COMPILER is "gcc", compile with GCC instead of IDO.
|
# If COMPILER is "gcc", compile with GCC instead of IDO.
|
||||||
COMPILER := ido
|
COMPILER := ido
|
||||||
|
|
||||||
CFLAGS ?=
|
|
||||||
CPPFLAGS ?=
|
|
||||||
|
|
||||||
# ORIG_COMPILER cannot be combined with a non-IDO compiler. Check for this case and error out if found.
|
# ORIG_COMPILER cannot be combined with a non-IDO compiler. Check for this case and error out if found.
|
||||||
ifneq ($(COMPILER),ido)
|
ifneq ($(COMPILER),ido)
|
||||||
ifeq ($(ORIG_COMPILER),1)
|
ifeq ($(ORIG_COMPILER),1)
|
||||||
|
|
Loading…
Reference in a new issue