]> git.proxmox.com Git - pve-manager.git/blame - www/css/Makefile
add swap icon for LXC resources
[pve-manager.git] / www / css / Makefile
CommitLineData
beb651ee
DM
1include ../../defines.mk
2
3all:
4
5.PHONY: install
6install: ext-pve.css
7 install -d ${WWWCSSDIR}
8 install -m 0644 -o www-data -g www-data $< ${WWWCSSDIR}
9
10.PHONY: distclean
11distclean: clean
12
13.PHONY: clean
14clean:
15 rm -rf *~