pve-manager/www/css/Makefile
2011-08-23 16:11:04 +02:00

16 lines
221 B
Makefile

include ../../defines.mk
all:
.PHONY: install
install: ext-pve.css
install -d ${WWWCSSDIR}
install -m 0644 -o www-data -g www-data $< ${WWWCSSDIR}
.PHONY: distclean
distclean: clean
.PHONY: clean
clean:
rm -rf *~