
1 changed files with 13 additions and 0 deletions
@ -0,0 +1,13 @@ |
|||||
|
.PHONY: all flash clean |
||||
|
|
||||
|
all: compile flash |
||||
|
|
||||
|
compile: |
||||
|
$(MAKE) -C src |
||||
|
|
||||
|
flash: |
||||
|
$(MAKE) -C src program |
||||
|
|
||||
|
clean: |
||||
|
$(MAKE) -C src clean |
||||
|
|
Loading…
Reference in new issue