]> git.proxmox.com Git - pve-manager.git/blob - www/css/Makefile
removed automake/autoconf, removed unused files
[pve-manager.git] / www / css / Makefile
1 include ../../defines.mk
2
3 all:
4
5 .PHONY: install
6 install: ext-pve.css
7 install -d ${WWWCSSDIR}
8 install -m 0644 -o www-data -g www-data $< ${WWWCSSDIR}
9
10 .PHONY: distclean
11 distclean: clean
12
13 .PHONY: clean
14 clean:
15 rm -rf *~