Skip to content

Commit f651e60

Browse files
committed
Make make work
Signed-off-by: Michael Crosby <[email protected]>
1 parent 2ef399b commit f651e60

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Makefile

+1-4
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,7 @@ GO_LDFLAGS=-ldflags "-X `go list`.Version=$(VERSION)"
2525
.PHONY: clean all AUTHORS fmt vet lint build binaries test integration setup generate checkprotos coverage ci check help install uninstall
2626
.DEFAULT: default
2727

28-
dust:
29-
@echo "This Makefile is under construction. Pardon our dust"
30-
31-
all: check binaries test integration ## run fmt, vet, lint, build the binaries and run the tests
28+
all: binaries
3229

3330
check: fmt vet lint ineffassign ## run fmt, vet, lint, ineffassign
3431

0 commit comments

Comments
 (0)