]> git.proxmox.com Git - pve-manager.git/blob - bin/cron/Makefile
removed automake/autoconf, removed unused files
[pve-manager.git] / bin / cron / Makefile
1 SUBDIRS = daily
2
3 all: ${SUBDIRS}
4
5 %:
6 set -e && for i in ${SUBDIRS}; do ${MAKE} -C $$i $@; done