Skip to content

Commit 16b4b10

Browse files
dev: makefile full set of phony targets
1 parent 1dc0739 commit 16b4b10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# ------------------------------------------
1919
# .PHONY: ensures target used rather than matching file name
2020
# https://makefiletutorial.com/#phony
21-
.PHONY: all lint deps dist pre-commit-check repl test clean
21+
.PHONY: all clean deps dist lint pre-commit-check repl test test-ci test-watch
2222

2323
# ------- Makefile Variables --------- #
2424
# run help if no target specified

0 commit comments

Comments
 (0)