mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-03-14 16:58:22 +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
|