]> git.proxmox.com Git - pve-storage.git/blob - PVE/API2/Storage/Makefile
makefile: convert to use simple parenthesis
[pve-storage.git] / PVE / API2 / Storage / Makefile
1
2 SOURCES= Content.pm Status.pm Config.pm PruneBackups.pm Scan.pm FileRestore.pm
3
4 .PHONY: install
5 install:
6 for i in ${SOURCES}; do install -D -m 0644 $$i ${DESTDIR}${PERLDIR}/PVE/API2/Storage/$$i; done