mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-19 09:33:53 +00:00
Fix duplicate help text for build targets in Makefile (#4092)
This commit is contained in:
4
Makefile
4
Makefile
@@ -7,8 +7,8 @@ help:
|
||||
@echo ""
|
||||
@echo "Usage:"
|
||||
@echo " make install - Install npm dependencies"
|
||||
@echo " make build - Build the entire project"
|
||||
@echo " make build-all - Build the entire project"
|
||||
@echo " make build - Build the main project"
|
||||
@echo " make build-all - Build the main project and sandbox"
|
||||
@echo " make test - Run the test suite"
|
||||
@echo " make lint - Lint the code"
|
||||
@echo " make format - Format the code"
|
||||
|
||||
Reference in New Issue
Block a user