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