summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 9 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c5ba527..ac55485 100644
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,16 @@
-redomod:
+all:
+ @echo
+ @echo "Run: make redomod # to remake the go files"
+ @echo
+
+redomod: goimports
rm -f go.*
GO111MODULE= go mod init
GO111MODULE= go mod tidy
+goimports:
+ goimports -w *.go
+
download:
go get -v go.wit.com/toolkits/debian
go get -v go.wit.com/toolkits/tree