Corrected mistake in the avr makefile target
This commit is contained in:
parent
e3c1d488be
commit
de084cecfb
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ 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
|
avr: avr-raven.platform
|
||||||
|
|
||||||
%.platform:
|
%.platform:
|
||||||
@mkdir -p $*
|
@mkdir -p $*
|
||||||
|
|
Loading…
Add table
Reference in a new issue