Makefile: fix simpletest target

This commit is contained in:
Dietmar Maurer 2019-10-16 11:45:32 +02:00
parent 536e728645
commit b9513dec51

View File

@ -38,7 +38,7 @@ $(DEBS): build
lintian $(DEBS)
simpletest: simpletest.c proxmox-backup-qemu.h
gcc test.c -o simpletest -lc -Wl,-rpath=./target/debug -L ./target/debug/ -l proxmox_backup_qemu
gcc simpletest.c -o simpletest -lc -Wl,-rpath=./target/$(BUILD_MODE) -L ./target/$(BUILD_MODE) -l proxmox_backup_qemu
distclean: clean