rename Makefile

This commit is contained in:
j3d1 2018-10-19 13:42:31 +02:00
parent 8a9ea0a422
commit f207af2c4a

11
Makefile Normal file
View file

@ -0,0 +1,11 @@
all: linux avr
linux:
@make -f linux.Makefile linux
avr:
@make -f avr.Makefile avr
flash:
@make -f avr.Makefile flash