mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-24 02:03:54 +03:00
a41a0e28c2
Not hooked up to the build yet.
7 lines
84 B
Makefile
7 lines
84 B
Makefile
SUBDIRS = klibc
|
|
|
|
all:
|
|
|
|
%:
|
|
@set -e; for d in $(SUBDIRS); do $(MAKE) -C $$d $@; done
|