Added avr-raven to compilation targets
This commit is contained in:
parent
a2ec4bee88
commit
e3c1d488be
1 changed files with 2 additions and 1 deletions
|
@ -4,11 +4,12 @@ all:
|
||||||
@uname -a
|
@uname -a
|
||||||
@$(MAKE) -s -k compile || cat *.output
|
@$(MAKE) -s -k compile || cat *.output
|
||||||
|
|
||||||
compile: 6502 msp430 native
|
compile: 6502 msp430 native avr
|
||||||
|
|
||||||
6502: c64.platform c128.platform apple2enh.platform
|
6502: c64.platform c128.platform apple2enh.platform
|
||||||
msp430: sky.platform esb.platform # msb430.platform
|
msp430: sky.platform esb.platform # msb430.platform
|
||||||
native: native.platform netsim.platform minimal-net.platform
|
native: native.platform netsim.platform minimal-net.platform
|
||||||
|
avr: avr-raven
|
||||||
|
|
||||||
%.platform:
|
%.platform:
|
||||||
@mkdir -p $*
|
@mkdir -p $*
|
||||||
|
|
Loading…
Add table
Reference in a new issue