From 585a8dbbe57e3538ad2acaef58c3bf8bb238e000 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 17 Dec 2024 15:01:59 -0600 Subject: rename as libgit2 --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') 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 -- cgit v1.2.3