Deprecate agbcc (#4989)
* Deprecate agbcc * Update Makefile Co-authored-by: Bassoonian <iasperbassoonian@gmail.com> * Update Makefile --------- Co-authored-by: Bassoonian <iasperbassoonian@gmail.com>
This commit is contained in:
parent
23aa9f0433
commit
2ad81d3446
7
Makefile
7
Makefile
@ -509,7 +509,12 @@ $(ROM): $(ELF)
|
||||
$(OBJCOPY) -O binary $< $@
|
||||
$(FIX) $@ -p --silent
|
||||
|
||||
agbcc: all
|
||||
# Uncomment the next line, and then comment the 4 lines after it to reenable agbcc.
|
||||
#agbcc: all
|
||||
agbcc:
|
||||
@echo "'make agbcc' is deprecated as of pokeemerald-expansion 1.9 and will be removed in 1.10."
|
||||
@echo "Search for 'agbcc: all' in Makefile to reenable agbcc."
|
||||
@exit 1
|
||||
|
||||
modern: all
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user