소스 검색

Document clean command

JC Brand 10 년 전
부모
커밋
36120cd7b2
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      Makefile

+ 1 - 0
Makefile

@@ -24,6 +24,7 @@ help:
 	@echo " all        A synonym for 'make dev'."
 	@echo " build      Create minified builds of converse.js and all its dependencies."
 	@echo " changes    Make an overview of all changed/added/deprecated items added to the documentation."
+	@echo " clean      Remove downloaded Node.js, bower and Ruby files."
 	@echo " css        Generate CSS from the Sass files."
 	@echo " cssmin     Minify the CSS files."
 	@echo " dev        Set up the development environment. To force a fresh start, run 'make clean' first."