summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-21 14:43:46 -0600
committerJeff Carr <[email protected]>2024-01-21 14:43:46 -0600
commit3a33ba5dad3c6307c74b859e8e9afe24b863a140 (patch)
treeec434f9487f443d13707e77f2dc18b09e2cfc2af /Makefile
parentb19c1e237db79b615a037b6034d45ac54c7ff233 (diff)
minor changesv0.0.8
Signed-off-by: Jeff Carr <[email protected]>
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