mirror of
https://github.com/aler9/rtsp-simple-server
synced 2025-12-24 11:51:18 +08:00
remove make run, make go-mod-tidy (#4627)
This commit is contained in:
2
Makefile
2
Makefile
@@ -9,13 +9,11 @@ help:
|
||||
@echo ""
|
||||
@echo "available actions:"
|
||||
@echo ""
|
||||
@echo " mod-tidy run go mod tidy"
|
||||
@echo " format format source files"
|
||||
@echo " test run tests"
|
||||
@echo " test-32 run tests on a 32-bit system"
|
||||
@echo " test-e2e run end-to-end tests"
|
||||
@echo " lint run linters"
|
||||
@echo " run run app"
|
||||
@echo " apidocs generate api docs HTML"
|
||||
@echo " binaries build binaries for all platforms"
|
||||
@echo " dockerhub build and push images to Docker Hub"
|
||||
|
||||
Reference in New Issue
Block a user