mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 00:47:10 +09: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
|