rename 'make release' into 'make binaries'

This commit is contained in:
aler9
2022-09-17 20:15:23 +02:00
parent 7fd749cf0e
commit e70e6084da
5 changed files with 18 additions and 18 deletions

View File

@@ -20,7 +20,7 @@ help:
@echo " run run app"
@echo " apidocs-lint run api docs linters"
@echo " apidocs-gen generate api docs HTML"
@echo " release build release assets"
@echo " binaries build binaries for all platforms"
@echo " dockerhub build and push images to Docker Hub"
@echo ""