summaryrefslogtreecommitdiff
path: root/forgeConfig/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-11-27 21:26:39 -0600
committerJeff Carr <[email protected]>2024-11-27 21:26:39 -0600
commit54a93cd5ebbaf7ed72704c1af9a8be5b8c71f5bd (patch)
treefc7118caa8b6ede187199f389e5b65ef6bb3ee61 /forgeConfig/Makefile
parentf5ad4a7a41deb9f8b35c39c46d6ae31276c1e117 (diff)
protobuf 'Repos' renamed 'ForgeConfigs'
Diffstat (limited to 'forgeConfig/Makefile')
-rw-r--r--forgeConfig/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/forgeConfig/Makefile b/forgeConfig/Makefile
index a83e4cc..cd23615 100644
--- a/forgeConfig/Makefile
+++ b/forgeConfig/Makefile
@@ -6,6 +6,7 @@ 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 \