summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 84262f4..71c5ee0 100644
--- a/Makefile
+++ b/Makefile
@@ -2,6 +2,10 @@ TEST_ARGS ?= --count=1
default: test
+
+generate: static-build/install/lib/libgit2.a
+ go generate --tags "static" ./...
+
# System library
# ==============
# This uses whatever version of libgit2 can be found in the system.