cleanup project structure

This commit is contained in:
j3d1 2018-10-19 13:16:47 +02:00
parent dbe774272b
commit 8a9ea0a422
5 changed files with 115 additions and 34 deletions

11
generics.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