mirror of
https://github.com/wwarthen/RomWBW.git
synced 2026-02-06 14:11:48 -06:00
Add Z1RCC Support
- Added build support for Bill Chen's Z1RCC. - Thanks and credit to Bill for supplying the bulk of the build changes.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
# order is actually important, because of build dependencies
|
||||
#
|
||||
|
||||
.PHONY: doc prop shared bp images rom zrc zzrcc
|
||||
.PHONY: doc prop shared bp images rom zrc z1rcc zzrcc
|
||||
|
||||
.ONESHELL:
|
||||
.SHELLFLAGS = -cex
|
||||
@@ -44,6 +44,9 @@ rom:
|
||||
zrc:
|
||||
$(MAKE) --directory ZRC $(ACTION)
|
||||
|
||||
z1rcc:
|
||||
$(MAKE) --directory Z1RCC $(ACTION)
|
||||
|
||||
zzrcc:
|
||||
$(MAKE) --directory ZZRCC $(ACTION)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user