From 390bbae4359ab4630287450af5ad6cb6b53bddf7 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 1 Dec 2024 17:57:07 -0600 Subject: stop being lazy. never make directories in go libraries --- validate/Makefile | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 validate/Makefile (limited to 'validate/Makefile') diff --git a/validate/Makefile b/validate/Makefile deleted file mode 100644 index c287e2e..0000000 --- a/validate/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -VERSION = $(shell git describe --tags) -BUILDTIME = $(shell date +%Y.%m.%d) - -build: - reset - GO111MODULE=off go build \ - -ldflags "-X main.VERSION=${VERSION} -X main.BUILDTIME=${BUILDTIME} -X gui.GUIVERSION=${VERSION}" - ./validate --repo go.wit.com/apps/wit-package - -goimports: - goimports -w *.go - -prep: - go get -v -t -u - -run: - go run *.go - -clean: - -rm -f scanGoSrc -- cgit v1.2.3