]> git.proxmox.com Git - proxmox-backup.git/commitdiff
Makefile: remove zstd-sys
authorDietmar Maurer <dietmar@proxmox.com>
Wed, 18 Dec 2019 12:11:02 +0000 (13:11 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 18 Dec 2019 12:11:02 +0000 (13:11 +0100)
Makefile

index 0c64fdee24c2a705d29b1cc5f67e7120d315d28f..15210c2d665b838c06ac38b10c29aafa04569232 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -59,7 +59,7 @@ build:
        rm -rf build
        cargo build --release --lib
        rsync -a debian Makefile defines.mk Cargo.toml Cargo.lock \
-           src zstd-sys $(SUBDIRS) \
+           src $(SUBDIRS) \
            target tests build/
        $(foreach i,$(SUBDIRS), \
            $(MAKE) -C build/$(i) clean ;)