Skip to content

Commit

Permalink
Remove .so files in clean.
Browse files Browse the repository at this point in the history
  • Loading branch information
jelmer committed Apr 30, 2009
1 parent e5bb2f5 commit 760be90
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ check-noextensions:: clean
PYTHONPATH=. $(PYTHON) $(TRIAL) dulwich

clean::
$(SETUP) clean
$(SETUP) clean --all
rm -f dulwich/*.so

0 comments on commit 760be90

Please sign in to comment.