add make reflash

This commit is contained in:
Neels Hofmeyr 2020-02-25 03:43:12 +01:00
parent ff5364a5bd
commit 872140db64
1 changed files with 5 additions and 0 deletions

View File

@ -54,6 +54,11 @@ list:
.PHONY: delete
delete: remove
.PHONY: reflash
reflash:
$(MAKE) remove
$(MAKE) flash
.PHONY: test
test:
mkdir -p ./test/classes