Skip to content

Commit

Permalink
Unify naming of Makefile targets
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-Burmak committed Aug 7, 2023
1 parent 7befd89 commit 617a24a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -177,12 +177,12 @@ help:
@echo " mypy Perform mypy checks.."
@echo " bandit Perform bandit checks."
@echo " clean Clean up build and test artifacts."
@echo " create_env Create test environment."
@echo " start_env Start test environment runtime."
@echo " stop_env Stop test environment runtime."
@echo " clean_env Clean up test environment."
@echo " create-env Create test environment."
@echo " start-env Start test environment runtime."
@echo " stop-env Stop test environment runtime."
@echo " clean-env Clean up test environment."
@echo " debuild Build Debian package."
@echo " clean_debuild Clean up build and test artifacts including ones produced by"
@echo " clean-debuild Clean up build and test artifacts including ones produced by"
@echo " debuild target outside the project worksapce."
@echo " format Re-format source code to conform style settings enforced by"
@echo " isort and black tools."
Expand Down

0 comments on commit 617a24a

Please sign in to comment.