]> git.proxmox.com Git - proxmox-widget-toolkit.git/blame - css/Makefile
use eslint and execute as check target
[proxmox-widget-toolkit.git] / 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}
10 for i in ${CSS}; do install -m 0755 $$i ${WWWCSSDIR}/$$i; done
11
12.PHONY: clean
13clean: