Skip to content

Commit d357aaa

Browse files
committed
Makefile: cleanup
1 parent 404f50b commit d357aaa

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

Makefile

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
11
install:
2-
go install -v cmd/subber/subber.go
3-
4-
release:
5-
goreleaser --rm-dist
6-
7-
update-deps:
8-
rm -rf vendor
9-
dep ensure -update
2+
go install ./cmd/subber/subber.go
3+
go install ./cmd/ssa2srt/subber.go
104

115
test:
6+
goreleaser check
127
go test -v ./...

0 commit comments

Comments
 (0)