summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 546d081..c0a9114 100644
--- a/Makefile
+++ b/Makefile
@@ -3,10 +3,10 @@
VERSION = $(shell git describe --tags)
BUILDTIME = $(shell date +%Y.%m.%d_%H%M)
-all: build
- # ./forged pull
+all: install
+ forged pull
# ./forged list
- ./forged list
+ forged list
build: goimports
GO111MODULE=off go build \