1 Star 1 Fork 0

fensnote/RTSPtoWeb

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Makefile 432 Bytes
一键复制 编辑 原始数据 按行查看 历史
user 提交于 2021-07-31 11:39 +08:00 . Add Makefile
APP=RTSPtoWeb
SERVER_FLAGS ?= -config config.json
P="\\033[34m[+]\\033[0m"
build:
@echo "$(P) build"
GO111MODULE=on go build *.go
run:
@echo "$(P) run"
GO111MODULE=on go run *.go
serve:
@$(MAKE) server
server:
@echo "$(P) server $(SERVER_FLAGS)"
./${APP} $(SERVER_FLAGS)
test:
@echo "$(P) test"
bash test.curl
bash test_multi.curl
lint:
@echo "$(P) lint"
go vet
.NOTPARALLEL:
.PHONY: build run server test lint
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/fensnote/RTSPtoWeb.git
git@gitee.com:fensnote/RTSPtoWeb.git
fensnote
RTSPtoWeb
RTSPtoWeb
master

搜索帮助