diff options
| author | Jeff Carr <[email protected]> | 2024-12-17 15:01:59 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-12-17 15:01:59 -0600 |
| commit | 585a8dbbe57e3538ad2acaef58c3bf8bb238e000 (patch) | |
| tree | 301cdd9c38afd13aabbf0ef04041f26aac1a2c62 /Makefile | |
| parent | 530f3618a8f4c7d9c8d3981548112439b22e09e7 (diff) | |
rename as libgit2v0.1.0
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |
