Makefile: use "rm -rf" for clean

pull/41/head
Marco Hinz 7 years ago
parent f78e3a9f0e
commit 8bd0629ec9
No known key found for this signature in database
GPG Key ID: 1C980A1B657B4A4F

@ -8,6 +8,6 @@ upload: clean
twine upload dist/*
clean:
rm -r build dist neovim_remote.egg-info
rm -rf build dist neovim_remote.egg-info
.PHONY: install upload

Loading…
Cancel
Save