]> git.proxmox.com Git - qemu-server.git/blame - qemu-configs/Makefile
bump version to 8.2.1
[qemu-server.git] / qemu-configs / Makefile
CommitLineData
30680751
TL
1DESTDIR=
2USRSHAREDIR=$(DESTDIR)/usr/share/qemu-server
3
4.PHONY: install
5install: 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
12clean: