micromenu/Makefile

18 lines
166 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
2018-10-25 14:21:57 +00:00
clean:
@rm -r build
@echo clean all