Parcourir la source

Remove .so files in clean.

Jelmer Vernooij il y a 16 ans
Parent
commit
e307dbd944
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  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