]> git.proxmox.com Git - proxmox-widget-toolkit.git/blame - src/css/Makefile
edit: fix comment typos
[proxmox-widget-toolkit.git] / src / css / Makefile
CommitLineData
28de30b2
DC
1include ../defines.mk
2
94953ba8 3CSS=ext6-pmx.css
28de30b2
DC
4
5all:
6
7.PHONY: install
8install: ${CSS}
9 install -d ${WWWCSSDIR}
03325ced 10 for i in ${CSS}; do install -m 0644 $$i ${WWWCSSDIR}/$$i; done
28de30b2
DC
11
12.PHONY: clean
13clean: