Browse Source

build fixed

bugtaker 6 years ago
parent
commit
6052ba4461
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -10,7 +10,7 @@ setup:
 # Build all files.
 build:
 	@echo "==> Building"
-	@go build -o bin/giter
+	@go build
 .PHONY: build
 
 # Run all the linters