summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-12-17 15:01:59 -0600
committerJeff Carr <[email protected]>2024-12-17 15:01:59 -0600
commit585a8dbbe57e3538ad2acaef58c3bf8bb238e000 (patch)
tree301cdd9c38afd13aabbf0ef04041f26aac1a2c62 /Makefile
parent530f3618a8f4c7d9c8d3981548112439b22e09e7 (diff)
rename as libgit2v0.1.0
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 406cfc2..ed3d90c 100644
--- a/Makefile
+++ b/Makefile
@@ -19,6 +19,9 @@ test:
install:
go install ./...
+clean:
+ rm go.*
+
# Bundled dynamic library
# =======================
# In order to avoid having to manipulate `git_dynamic.go`, which would prevent