Skip to content

Commit

Permalink
chore: update makefile to take new changes into consideration
Browse files Browse the repository at this point in the history
  • Loading branch information
AnishDe12020 committed Apr 17, 2022
1 parent cbff889 commit 7853a92
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,8 @@ GO = go
deps: go.mod

go.mod:
go mod init
go mod tidy

.PHONY: test
test:
$(GO) test -v -cover ./...

.PHONY: check
check:
if [ -d vendor ]; then cp -r vendor/* ${GOPATH}/src/; fi
$(GO) mod init
$(GO) mod tidy

.PHONY: clean
clean:
Expand Down

0 comments on commit 7853a92

Please sign in to comment.