mirror of
https://git.proxmox.com/git/proxmox-backup-qemu
synced 2025-10-17 15:33:05 +00:00
Makefile: fix simpletest target
This commit is contained in:
parent
536e728645
commit
b9513dec51
2
Makefile
2
Makefile
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user