We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d33d11 commit 08ce225Copy full SHA for 08ce225
1 file changed
extend/Makefile
@@ -67,11 +67,12 @@ $(BUILD_DIR):
67
.PHONY: help
68
help:
69
@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"
+ @echo "all/release Release build"
+ @echo "debug Debug build"
+ @echo "clean Clean build artifacts"
+ @echo "format Format whole project"
+ @echo "test-<name> Run specific test"
75
+ @echo "watch-test-<name> Watch specific test"
76
77
clean:
78
rm -r $(BUILD_DIR)
0 commit comments