Fix C implementation of parse_tree to return a dictionary.
[jelmer/dulwich-libgit2.git] / Makefile
index a65b20439d79c00d25fa5540e78ce002aaac79ea..516e41c3f30d6380f73f50fca422041ceb84bf2a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -14,5 +14,8 @@ install::
 check:: build
        PYTHONPATH=. $(TRIAL) dulwich
 
+check-noextensions:: clean
+       PYTHONPATH=. $(TRIAL) dulwich
+
 clean::
        $(SETUP) clean