Initial commit

This commit is contained in:
2022-04-05 00:17:41 -04:00
commit e70c1abbf0
5 changed files with 56 additions and 0 deletions

12
Makefile Normal file
View File

@@ -0,0 +1,12 @@
# net proposal makefile
.PHONY: help
# Put it first so that "make" without argument is like "make help"
# Adapted from:
# https://marmelab.com/blog/2016/02/29/auto-documented-makefile.html
help: ## List Makefile targets
$(info Makefile documentation)
@grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-10s\033[0m %s\n", $$1, $$2}'
clean: ## Clean up temp resources
rm --recursive --force publish/