summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index ddde8a2..a10d9b4 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-.PHONY: debian
+.PHONY: debian go-deb
VERSION = $(shell git describe --tags)
BUILDTIME = $(shell date +%s)
@@ -6,10 +6,9 @@ BUILDTIME = $(shell date +%s)
run: clean goimports vet install
go-deb --gui andlabs gui
-junk:
- #go-deb --release go.wit.com/apps/go-mod-clean --dir /tmp/
- #go-deb go.wit.com/apps/autotypist
- #ls -lth /tmp/*deb
+# builds a .deb of go-deb and writes the file here in this directory
+go-deb:
+ go-deb
vet:
@GO111MODULE=off go vet