mirror of
https://github.com/systemd/systemd.git
synced 2026-07-24 16:25:52 +00: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
|