Skip to content

Commit 1bbcf95

Browse files
committed
Clean up makefile
1 parent 9e48cbc commit 1bbcf95

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

Makefile

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
exe = cmd/operator/*
2-
cmd = operator
31

4-
.PHONY: deps lint test integration integration-windows git-hooks init
2+
.PHONY: deps lint test test-coverage
53

64
init: git-hooks
75

@@ -13,14 +11,6 @@ deps:
1311
$(info INFO: Starting build $@)
1412
go mod vendor
1513

16-
build:
17-
$(info INFO: Starting build $@)
18-
go build $(exe)
19-
20-
lint:
21-
$(info INFO: Starting build $@)
22-
golint pkg/ cmd/
23-
2414
test:
2515
$(info INFO: Starting build $@)
2616
go test `go list ./... | grep -v examples`

0 commit comments

Comments
 (0)