micromenu/Makefile

14 lines
127 B
Makefile
Raw Normal View History

2018-10-19 11:16:47 +00:00
all: linux avr
linux:
@make -f linux.Makefile linux
2018-10-14 17:32:59 +00:00
2018-10-19 11:16:47 +00:00
avr:
@make -f avr.Makefile avr
2018-10-14 17:32:59 +00:00
2018-10-19 11:16:47 +00:00
flash:
@make -f avr.Makefile flash