summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorsilverwind <me@silverwind.io>2020-08-17 18:58:07 +0200
committerGitHub <noreply@github.com>2020-08-17 12:58:07 -0400
commit51463a0a095377dba939ce86c0dc2079e11554f3 (patch)
tree00630a24e229c2dd4f4c2ed4ad86a07c87097717 /Makefile
parent9cabd56fc0732a96c6920980c314bf9d6b3d150f (diff)
downloadgitea-51463a0a095377dba939ce86c0dc2079e11554f3.tar.gz
gitea-51463a0a095377dba939ce86c0dc2079e11554f3.zip
Fix 'make help' (#12509)
These targets are actually using plural names, fix help output for them. Ref: https://github.com/go-gitea/gitea/pull/12352
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index d022f5cab2..d0c1fdabfa 100644
--- a/Makefile
+++ b/Makefile
@@ -161,9 +161,9 @@ help:
@echo " - lint lint everything"
@echo " - lint-frontend lint frontend files"
@echo " - lint-backend lint backend files"
- @echo " - check run various consistency checks"
- @echo " - check-frontend check frontend files"
- @echo " - check-backend check backend files"
+ @echo " - checks run various consistency checks"
+ @echo " - checks-frontend check frontend files"
+ @echo " - checks-backend check backend files"
@echo " - webpack build webpack files"
@echo " - svg build svg files"
@echo " - fomantic build fomantic files"