13 lines
127 B
Makefile
13 lines
127 B
Makefile
|
|
all: linux avr
|
|
|
|
linux:
|
|
@make -f linux.Makefile linux
|
|
|
|
avr:
|
|
@make -f avr.Makefile avr
|
|
|
|
|
|
|
|
flash:
|
|
@make -f avr.Makefile flash
|