micromenu/Makefile
2018-10-19 13:42:31 +02:00

11 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