mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-04 21:21:24 +00:00
7 lines
96 B
Makefile
7 lines
96 B
Makefile
SUBDIRS = daily
|
|
|
|
all: ${SUBDIRS}
|
|
|
|
%:
|
|
set -e && for i in ${SUBDIRS}; do ${MAKE} -C $$i $@; done
|