mirror of
https://github.com/wwarthen/RomWBW.git
synced 2026-02-06 14:11:48 -06:00
Update Makefile
- Fix for MacOS build
This commit is contained in:
@@ -13,6 +13,6 @@ cpn3%.lbr: CPNETVER=cpnet3
|
||||
%duo.lbr: HWVER=duo
|
||||
|
||||
%.lbr:
|
||||
cd $(HWVER)/$(CPNETVER)
|
||||
$(ZXCC) NULU --O -$(*F) -\<30 --A -*.* --L --X
|
||||
cd $(HWVER)/$(CPNETVER) ; \
|
||||
$(ZXCC) NULU --O -$(*F) -\<30 --A -*.* --L --X ; \
|
||||
mv $@ ../..
|
||||
|
||||
Reference in New Issue
Block a user