mbv: minor cleanup
This commit is contained in:
@@ -6,10 +6,6 @@ bootloader: ## Build the bootloader in docker
|
||||
helloworld: ## Build the helloworld app in docker
|
||||
docker build -o . --target export --build-arg TARGET=helloworld.bin .
|
||||
|
||||
.PHONY: wozmon
|
||||
wozmon: ## Build the wozmon app in docker
|
||||
docker build -o . --target export --build-arg TARGET=wozmon.bin .
|
||||
|
||||
.PHONY: timer
|
||||
timer: ## Build the timer app in docker
|
||||
docker build -o . --target export --build-arg TARGET=timer.bin .
|
||||
|
Reference in New Issue
Block a user