]> git.proxmox.com Git - pve-manager.git/blob - bin/test/Makefile
removed automake/autoconf, removed unused files
[pve-manager.git] / bin / test / Makefile
1 include ../../defines.mk
2
3 all:
4
5 SCRIPTS = \
6 example1.pl \
7 example2.pl
8
9 .PHONY: install
10 install: ${SCRIPTS}
11 install -d ${DOCDIR}/examples
12 install -m 0755 ${SCRIPTS} ${DOCDIR}/examples
13
14 .PHONY: distclean
15 distclean: clean
16
17 .PHONY: clean
18 clean:
19 rm -rf *~