cleanup project structure
This commit is contained in:
parent
dbe774272b
commit
8a9ea0a422
5 changed files with 115 additions and 34 deletions
11
generics.Makefile
Normal file
11
generics.Makefile
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue