micromenu/generics.Makefile

12 lines
127 B
Text
Raw Normal View History

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