1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-03-14 16:58:22 +03:00

7 lines
84 B
Makefile
Raw Permalink Normal View History

SUBDIRS = klibc
2005-04-26 20:59:47 -07:00
all:
%:
@set -e; for d in $(SUBDIRS); do $(MAKE) -C $$d $@; done