1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-01 04:58:35 +03:00

build: use 'waf distclean' for make distclean

this cleans up the more than rm -rf bin
This commit is contained in:
Andrew Tridgell 2010-04-23 08:24:02 +10:00
parent bd08249d68
commit a36c7b8b74

View File

@ -23,8 +23,8 @@ dist:
clean:
$(WAF) clean
distclean: clean
rm -rf bin
distclean:
$(WAF) distclean
# some compatibility make targets
everything: all