Skip to content

Commit 22d0a5f

Browse files
committed
fix: Add pure commands to Makefile's .PHONY
I feel like this should be the default. That and the word choice for .PHONY makes me think that functionality came after the normal Makefile files-as-targets-and-dependencies system
1 parent b9e6520 commit 22d0a5f

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
@@ -2,7 +2,7 @@ MINIMAL_INIT=tests/minimal_init.lua
22
TESTS_DIR=tests
33
NO_UTIL_SPEC=checks
44

5-
.PHONY: test
5+
.PHONY: test test-watch check no-utils pass help
66

77
test: ## Run the whole test suite
88
@nvim \

0 commit comments

Comments
 (0)