summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-01-11 05:55:42 -0600
committerJeff Carr <[email protected]>2025-01-11 05:55:42 -0600
commit48b19f1e70331fc6213a2e3a179e8b18a26aaecc (patch)
tree1348fc46484db1909b6c079888d61a046fa78b2b /Makefile
parent1e38cacfa788fc6c0ed2abcf627f4d6198f0b2ae (diff)
new protobuf file
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index cbcbf93..79ebccd 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@
# go install
-all: forgeConfig.pb.go uuid.pb.go patch.pb.go goimports vet
+all: forgeConfig.pb.go patchset.pb.go goimports vet
generate: clean
go-mod-clean
@@ -26,8 +26,5 @@ clean:
forgeConfig.pb.go: forgeConfig.proto
autogenpb --proto forgeConfig.proto
-uuid.pb.go: uuid.proto
- autogenpb --proto uuid.proto
-
patchset.pb.go: patchset.proto
autogenpb --proto patchset.proto