summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-08 06:32:22 -0500
committerJeff Carr <[email protected]>2025-10-08 06:32:22 -0500
commit6c60e24225760ea1ab33173e27c5764693788a9a (patch)
tree5d8c9e616d6090dfaaee189b7243d332c2e9fb26 /Makefile
parent19bbf13be2336d522a57caba1e5da9a80cdb8099 (diff)
fixes on fixes
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7a545b0..3a4db19 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ default: install
# forge pull check
# This will re-generate ALL of the needed autogenerated .pb.go files
-generate:
+generate: clean
go mod init
go mod tidy
go generate