Files
torrent-indexer/Makefile

10 lines
159 B
Makefile
Raw Normal View History

2024-03-10 13:59:44 +00:00
build:
docker build -t torrent-indexer .
2024-04-28 10:28:15 -03:00
lint:
go run github.com/golangci/golangci-lint/cmd/golangci-lint@latest run -v --timeout 5m
2024-03-10 13:59:44 +00:00
run:
go run main.go