From 7853a92bb16f1c34cb2a0b662fd125460ee8464e Mon Sep 17 00:00:00 2001 From: AnishDe12020 <63192115+AnishDe12020@users.noreply.github.com> Date: Sun, 17 Apr 2022 18:36:48 +0530 Subject: [PATCH] chore: update makefile to take new changes into consideration --- Makefile | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/Makefile b/Makefile index 3cfdeb2..dea379a 100644 --- a/Makefile +++ b/Makefile @@ -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: