]> git.proxmox.com Git - pve-manager.git/blob - www/css/Makefile
ui: ceph wizard: add Ceph 18.2 Reef to available releases
[pve-manager.git] / www / css / Makefile
1 include ../../defines.mk
2
3 all:
4
5 .PHONY: install
6 install: ext6-pve.css
7 install -d $(WWWCSSDIR)
8 install -m 0644 $? $(WWWCSSDIR)
9
10 .PHONY: clean
11 clean:
12 rm -rf *~