]> git.proxmox.com Git - pve-manager.git/blob - PVE/API2/Formatter/Makefile
Makefile: fix distclean target
[pve-manager.git] / PVE / API2 / Formatter / Makefile
1 include ../../../defines.mk
2
3 PERLSOURCE = \
4 Bootstrap.pm \
5 HTML.pm \
6 Standard.pm
7
8 all:
9
10 .PHONY: clean
11 clean:
12 rm -rf *~
13
14 .PHONY: install
15 install: ${PERLSOURCE}
16 install -d ${PERLLIBDIR}/PVE/API2/Formatter
17 install -m 0644 ${PERLSOURCE} ${PERLLIBDIR}/PVE/API2/Formatter