Skip to content

Commit 6052ba4

Browse files
committed
build fixed
1 parent 650de35 commit 6052ba4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ setup:
1010
# Build all files.
1111
build:
1212
@echo "==> Building"
13-
@go build -o bin/giter
13+
@go build
1414
.PHONY: build
1515

1616
# Run all the linters

0 commit comments

Comments
 (0)