5
0
mirror of git://git.proxmox.com/git/proxmox-fuse.git synced 2025-01-23 02:05:03 +03:00

fixup clean target in Makefile

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2020-06-04 11:30:16 +02:00
parent af5bb9b161
commit 0066e65ece

View File

@ -24,5 +24,5 @@ deb:
.PHONY: clean
clean:
rm -rf build
rm -rf build *.deb *.buildinfo *.changes *.orig.tar.gz
cargo clean