1
0
mirror of https://github.com/systemd/systemd.git synced 2024-11-02 19:21:53 +03:00
systemd/klibc/Makefile

7 lines
84 B
Makefile
Raw Normal View History

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