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:
parent
bd08249d68
commit
a36c7b8b74
@ -23,8 +23,8 @@ dist:
|
||||
clean:
|
||||
$(WAF) clean
|
||||
|
||||
distclean: clean
|
||||
rm -rf bin
|
||||
distclean:
|
||||
$(WAF) distclean
|
||||
|
||||
# some compatibility make targets
|
||||
everything: all
|
||||
|
Loading…
x
Reference in New Issue
Block a user