Browse Source

clean-dist -> distclean && make xtaran happy

Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
ssh_callback
Nico Schottelius 10 years ago
parent
commit
260b6f6ae1
  1. 2
      build

2
build

@ -367,7 +367,7 @@ eof
find * -name __pycache__ | xargs rm -rf
;;
clean-dist)
distclean)
rm -f cdist/version.py MANIFEST PKGBUILD
rm -rf cache/ dist/

Loading…
Cancel
Save