chiark / gitweb /
5f9a7d6a6e9d41a01a64014a280ac9125bfe7321
[elogind.git] / klibc / Makefile
1 SUBDIRS = klibc
2
3 all:
4
5 %:
6         @set -e; for d in $(SUBDIRS); do $(MAKE) -C $$d $@; done