diff options
| author | Jeff Carr <[email protected]> | 2024-12-17 01:34:52 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-12-17 01:34:52 -0600 |
| commit | 17421bd22f0277503fe3a9911f26f1d80e663ad1 (patch) | |
| tree | dbc4551c3c80bc9beeddcbb4a92ce16bee860947 /validate/Makefile | |
| parent | c72040a9fb2eae45eb2c3230e148afe302f23ba2 (diff) | |
trash old and no longer working test code
Diffstat (limited to 'validate/Makefile')
| -rw-r--r-- | validate/Makefile | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/validate/Makefile b/validate/Makefile deleted file mode 100644 index 1e51eb6..0000000 --- a/validate/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -VERSION = $(shell git describe --tags) -BUILDTIME = $(shell date +%Y.%m.%d) - -build: - GO111MODULE=off go build \ - -ldflags "-X main.VERSION=${VERSION} -X main.BUILDTIME=${BUILDTIME} -X gui.GUIVERSION=${VERSION}" - -test: - ./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 |
