bugtaker
6 years ago
1 changed files with
1 additions and
1 deletions
-
1
1
Makefile
|
@@ -10,7 +10,7 @@ setup:
|
|
# Build all files.
|
|
# Build all files.
|
|
build:
|
|
build:
|
|
@echo "==> Building"
|
|
@echo "==> Building"
|
|
- @go build -o bin/giter
|
|
|
|
|
|
+ @go build
|
|
.PHONY: build
|
|
.PHONY: build
|
|
|
|
|
|
# Run all the linters
|
|
# Run all the linters
|