mbv: move a few things around
This commit is contained in:
@@ -28,14 +28,10 @@ dev: dev-image ## Run a dev container
|
||||
|
||||
.PHONY: clean
|
||||
clean: ## Remove generated files
|
||||
rm -rf *.elf *.bin $(all_objects) $(deps)
|
||||
rm -rf test/ *.dSYM $(test_deps) *.o
|
||||
rm -rf *.elf *.bin
|
||||
|
||||
.PHONY: help
|
||||
help: ## Show this help
|
||||
@echo Noteworthy targets:
|
||||
@egrep '^[a-zA-Z_-]+:.*?## .*$$' $(firstword $(MAKEFILE_LIST)) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-20s\033[0m %s\n", $$1, $$2}'
|
||||
.DEFAULT_GOAL := help
|
||||
|
||||
#-include $(deps)
|
||||
#-include $(test_deps)
|
||||
|
Reference in New Issue
Block a user