pve-manager/www/css/Makefile

16 lines
221 B
Makefile
Raw Normal View History

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 *~