diff options
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 |
