diff --git a/.gitignore b/.gitignore index e9068081..e29a3b90 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,4 @@ config.yaml *.log paopao-ce* -release/ \ No newline at end of file +release diff --git a/Makefile b/Makefile index 5cb4ebb9..350c3482 100644 --- a/Makefile +++ b/Makefile @@ -76,7 +76,7 @@ test: help: @echo "make: make" @echo "make run: start api server" - @echo "make build: build executable with debug information" + @echo "make build: build executable" @echo "make release: build release executables" @echo "make run TAGS='embed': start api server and serve embed web frontend" @echo "make build TAGS='embed': build executable with embed web frontend"