Skip to content

Commit 08ce225

Browse files
committed
chore(extend): fix help message in makefile
1 parent 9d33d11 commit 08ce225

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

extend/Makefile

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,12 @@ $(BUILD_DIR):
6767
.PHONY: help
6868
help:
6969
@echo "Targets:"
70-
@echo "all/release Release build"
71-
@echo "debug Debug build"
72-
@echo "clean Clean build artifacts"
73-
@echo "format Format whole project"
74-
@echo "test-<name> Run specific test"
70+
@echo "all/release Release build"
71+
@echo "debug Debug build"
72+
@echo "clean Clean build artifacts"
73+
@echo "format Format whole project"
74+
@echo "test-<name> Run specific test"
75+
@echo "watch-test-<name> Watch specific test"
7576

7677
clean:
7778
rm -r $(BUILD_DIR)

0 commit comments

Comments
 (0)