mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-06 07:20:36 +00:00
8 lines
115 B
Makefile
8 lines
115 B
Makefile
SUBDIRS = images ext4 css manager
|
|
|
|
all: ${SUBDIRS}
|
|
|
|
%:
|
|
set -e && for i in ${SUBDIRS}; do ${MAKE} -C $$i $@; done
|
|
|