rename Makefile
This commit is contained in:
parent
8a9ea0a422
commit
f207af2c4a
1 changed files with 0 additions and 0 deletions
11
Makefile
Normal file
11
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