Skip to content

Commit 835789e

Browse files
authored
Merge pull request #235 from Nr18/phony
chore: implement phony targets correctly
2 parents 06d58d4 + eb5514b commit 835789e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.PHONY: target dev dev-docs format lint test coverage-html pr build build-docs build-docs-api build-docs-website
2+
.PHONY: docs-local docs-api-local security-baseline complexity-baseline release-prod release-test release
13

24
target:
35
@$(MAKE) pr

0 commit comments

Comments
 (0)