]> git.proxmox.com Git - proxmox-widget-toolkit.git/blob - src/images/Makefile
buildsys: do not install css or images with executable flag
[proxmox-widget-toolkit.git] / src / images / Makefile
1 # icon-cpu, icon-ram
2 # are self made (sources as .xcf)
3
4 include ../defines.mk
5
6 IMAGES=pmx-clear-trigger.png \
7 icon-cpu.png \
8 icon-ram.png \
9
10
11 all:
12
13 .PHONY: install
14 install: ${IMAGES}
15 install -d ${WWWIMAGESDIR}
16 for i in ${IMAGES}; do install -m 0644 $$i ${WWWIMAGESDIR}/$$i; done
17
18 .PHONY: clean
19 clean: