Files
core/vendor/github.com/swaggo/files/Makefile
Jan Stabenow eb1cc37456 Add GoSRT & improvements (repo-merge)
Commits (Ingo Oppermann):
- Add experimental SRT connection stats and logs
- Hide /config/reload endpoint in reade-only mode
- Add SRT server
- Create v16 in go.mod
- Fix data races, tests, lint, and update dependencies
- Add trailing slash for routed directories (datarhei/restreamer#340)
- Allow relative URLs in content in static routes

Co-Authored-By: Ingo Oppermann <57445+ioppermann@users.noreply.github.com>
2022-06-23 22:13:58 +02:00

13 lines
185 B
Makefile

all: build
.PHONY: init
init:
git submodule update --init --recursive
.PHONY: deps
deps:
go install github.com/UnnoTed/fileb0x@v1.1.4
.PHONY: build
build:
fileb0x fileb0x/b0x.yaml