Skip to content

Commit a99092f

Browse files
authored
Fix Makefile to refer to the right target (#1138)
1 parent 6b14e30 commit a99092f

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
@@ -1,6 +1,6 @@
11
all: release
22

3-
dev: build fmt clippy vint
3+
dev: build fmt clippy vim-lint
44

55
ci: vim-lint python-lint check-fmt-and-clippy test integration-test
66

0 commit comments

Comments
 (0)