mirror of
https://github.com/systemd/systemd.git
synced 2025-04-06 10:50:17 +03:00
7 lines
84 B
Makefile
7 lines
84 B
Makefile
SUBDIRS = klibc
|
|
|
|
all:
|
|
|
|
%:
|
|
@set -e; for d in $(SUBDIRS); do $(MAKE) -C $$d $@; done
|