Explorar el Código

Remove .so files in clean.

Jelmer Vernooij hace 16 años
padre
commit
e307dbd944
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      Makefile

+ 2 - 1
Makefile

@@ -18,4 +18,5 @@ check-noextensions:: clean
 	PYTHONPATH=. $(PYTHON) $(TRIAL) dulwich
 
 clean::
-	$(SETUP) clean
+	$(SETUP) clean --all
+	rm -f dulwich/*.so