]> git.proxmox.com Git - qemu-server.git/blob - qemu-configs/Makefile
bump version to 8.2.1
[qemu-server.git] / qemu-configs / Makefile
1 DESTDIR=
2 USRSHAREDIR=$(DESTDIR)/usr/share/qemu-server
3
4 .PHONY: install
5 install: pve-usb.cfg pve-q35.cfg pve-q35-4.0.cfg
6 install -d $(USRSHAREDIR)
7 install -m 0644 pve-usb.cfg $(USRSHAREDIR)
8 install -m 0644 pve-q35.cfg $(USRSHAREDIR)
9 install -m 0644 pve-q35-4.0.cfg $(USRSHAREDIR)
10
11 .PHONY: clean
12 clean: