aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index b390a3c..42fce48 100644
--- a/Makefile
+++ b/Makefile
@@ -7,9 +7,7 @@ run: build
./$(BIN)
.PHONY: build
-build: $(BIN)
-
-$(BIN): main.go
+build:
go build -o $(BIN)
.PHONY: fmt