diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -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 |
