]> git.proxmox.com Git - pve-manager.git/blame - bin/cron/daily/Makefile
removed automake/autoconf, removed unused files
[pve-manager.git] / bin / cron / daily / Makefile
CommitLineData
beb651ee
DM
1include ../../../defines.mk
2
3all:
4
5.PHONY: install
6install: pve
7 install -d ${CRONDAILYDIR}
8 install -m 0755 pve ${CRONDAILYDIR}
9
10.PHONY: distclean
11distclean: clean
12
13.PHONY: clean
14clean:
15 rm -rf *~