Skip to content

Commit

Permalink
Merge pull request #235 from Nr18/phony
Browse files Browse the repository at this point in the history
chore: implement phony targets correctly
  • Loading branch information
heitorlessa authored Dec 21, 2020
2 parents 06d58d4 + eb5514b commit 835789e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.PHONY: target dev dev-docs format lint test coverage-html pr build build-docs build-docs-api build-docs-website
.PHONY: docs-local docs-api-local security-baseline complexity-baseline release-prod release-test release

target:
@$(MAKE) pr
Expand Down

0 comments on commit 835789e

Please sign in to comment.