Python wrapping: remove the "build" directory when cleaning,

and the ".dep" files when distcleaning.

--HG--
extra : convert_revision : svn%3Aeff31bef-be4a-0410-a8fe-e47997df2690/trunk%40115
issue20
tibs 2009-02-16 11:03:23 +00:00
rodzic 6dae7d9049
commit 84a69a90d4
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -46,7 +46,8 @@ test: setup
.PHONY: clean
clean:
-rm tstools/*.so
-rm -rf build/
.PHONY: distclean
distclean: clean
-rm tstools/*.c
-rm tstools/*.c tstools/*.dep