pve-manager/www/css/Makefile
Thomas Lamprecht 147d67c495 makefile: convert to use simple parenthesis
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-05-29 18:24:00 +02:00

13 lines
161 B
Makefile

include ../../defines.mk
all:
.PHONY: install
install: ext6-pve.css
install -d $(WWWCSSDIR)
install -m 0644 $? $(WWWCSSDIR)
.PHONY: clean
clean:
rm -rf *~