diff --git a/Makefile b/Makefile index caf3457..72f272a 100644 --- a/Makefile +++ b/Makefile @@ -1,2 +1,4 @@ all: cd img; make +clean: + cd img; make clean -- libgit2 0.21.2