Browse Source

Correct target name in help, and add "help" target

Godzil 6 years ago
parent
commit
5e9b2d2463
1 changed files with 3 additions and 1 deletions
  1. 3 1
      Makefile

+ 3 - 1
Makefile

@@ -29,11 +29,13 @@ DIST_FILES = $(wildcard $(DIST)/*.gz) $(wildcard $(DIST)/*.lua)
 usage:
 	@echo "make upload FILE:=<file>  to upload a specific file (i.e make upload FILE:=init.lua)"
 	@echo "make upload_webide        to upload webide"
-	@echo "make upload_webide        to upload examples"
+	@echo "make upload_examples      to upload examples"
 	@echo "make upload_server        to upload the server code and init.lua"
 	@echo "make upload_all           to upload all"
 	@echo $(TEST)
 
+help: usage
+
 prepare: httpserver/Makefile patchserver
 
 # make sure that the submodules are fetch