Skip to content

Commit

Permalink
Removed clean target
Browse files Browse the repository at this point in the history
  • Loading branch information
hexdigest committed Mar 18, 2023
1 parent 23b6acb commit 833f15e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ export GOBIN := $(PWD)/bin
export PATH := $(GOBIN):$(PATH)
export GOFLAGS := -mod=mod

all: install test lint clean
all: install test lint

generate:
go run ./cmd/minimock/minimock.go -i github.com/gojuno/minimock/v3.Tester -o ./tests
Expand Down

0 comments on commit 833f15e

Please sign in to comment.