summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index b36c0603..bf8498cf 100644
--- a/Makefile
+++ b/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"