Skip to content

Commit

Permalink
Makefile: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
martinlindhe committed Oct 21, 2024
1 parent 404f50b commit d357aaa
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
install:
go install -v cmd/subber/subber.go

release:
goreleaser --rm-dist

update-deps:
rm -rf vendor
dep ensure -update
go install ./cmd/subber/subber.go
go install ./cmd/ssa2srt/subber.go

test:
goreleaser check
go test -v ./...

0 comments on commit d357aaa

Please sign in to comment.