pve-manager/PVE/API2/Formatter/Makefile
2014-05-02 11:35:02 +02:00

19 lines
285 B
Makefile

include ../../../defines.mk
PERLSOURCE = \
Standard.pm
all:
.PHONY: distclean
distclean: clean
.PHONY: clean
clean:
rm -rf *~
.PHONY: install
install: ${PERLSOURCE}
install -d ${PERLLIBDIR}/PVE/API2/Formatter
install -m 0644 ${PERLSOURCE} ${PERLLIBDIR}/PVE/API2/Formatter