Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm authored Sep 20, 2023
1 parent 7696e76 commit 5575027
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,7 @@ help: ## Display this help screen
@echo -e "\033[1mAvailable commands:\033[0m"
@grep -E '^[a-z.A-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | awk 'BEGIN {FS = ":.*?## "}; {printf " \033[36m%-18s\033[0m %s\n", $$1, $$2}' | sort

.PHONY: conduct
conduct: ## Generete CODE of CONDUCT and Contributing
@poetry run pip install jinja2 toml
@gh gist clone a4a054e3e80a8021c351b027280d3b09 tmp
@poetry run python tmp/parse.py
@rm -rf tmp
.PHONY: boil
boil: ## Update the boilerplate code
@poetry run pip install cvxcooker
@poetry run cook pyproject.toml

0 comments on commit 5575027

Please sign in to comment.