mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-07-24 09:51:10 +00:00
13 lines
161 B
Makefile
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 *~
|