diff options
| author | Jeff Carr <[email protected]> | 2024-12-01 17:56:39 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-12-01 17:56:39 -0600 |
| commit | 9439051fc699d2ce5becc6cc88137d7e689ad95b (patch) | |
| tree | e100f5e5af97339f1e77378a19f82120e82a73a1 /forgeConfig/Makefile | |
| parent | 339c88ccbd9975f9d38564097998f9a1dd58fee2 (diff) | |
just never, never make directories in packagesv0.0.14
Diffstat (limited to 'forgeConfig/Makefile')
| -rw-r--r-- | forgeConfig/Makefile | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/forgeConfig/Makefile b/forgeConfig/Makefile deleted file mode 100644 index cd23615..0000000 --- a/forgeConfig/Makefile +++ /dev/null @@ -1,46 +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}" - ./forgeConfig - FORGE_HOME=/tmp/forge ./forgeConfig - FORGE_HOME=/tmp/forge ./forgeConfig --list - -install: - GO111MODULE=off go install \ - -ldflags "-X main.VERSION=${VERSION} -X main.BUILDTIME=${BUILDTIME} -X gui.GUIVERSION=${VERSION}" - -test: - ./forgeConfig --list - ./forgeConfig --add --gopath 'go.wit.com/apps/foo' - ./forgeConfig --add --gopath 'go.wit.com/apps/foowrite' --writable - ./forgeConfig --add --gopath 'gitea.wit.com' --directory - ./forgeConfig --add --gopath 'git.wit.org' --directory - ./forgeConfig --delete --gopath 'go.wit.com/apps/helloworld' - ./forgeConfig --list - -list: - ./forgeConfig --list - -add: - ./forgeConfig --add --name 'foo' --gopath 'go.wit.com/apps/foo' - -update: - ./forgeConfig --update --name 'foo' --gopath 'more stuff but not memory corruption?' - -corruptMemory: - ./forgeConfig --update --name 'foo' --gopath 'blah' - -goimports: - goimports -w *.go - -prep: - go get -v -t -u - -run: - go run *.go - -clean: - -rm -f forgeConfig |
