pve-manager/PVE/API2/Hardware/Makefile
Thomas Lamprecht 147d67c495 makefile: convert to use simple parenthesis
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-05-29 18:24:00 +02:00

17 lines
241 B
Makefile

include ../../../defines.mk
PERLSOURCE= \
PCI.pm \
USB.pm \
all:
.PHONY: clean
clean:
rm -rf *~
.PHONY: install
install:
install -d $(PERLLIBDIR)/PVE/API2/Hardware
install -m 0644 $(PERLSOURCE) $(PERLLIBDIR)/PVE/API2/Hardware