chiark / gitweb /
[PATCH] namedev.c strcat tweak
[elogind.git] / klibc / Makefile
index 288a86270763df15f549ec942adce184ec77a83a..5f9a7d6a6e9d41a01a64014a280ac9125bfe7321 100644 (file)
@@ -1,3 +1,6 @@
+SUBDIRS = klibc
 
-clean:
-       @echo "all clean"
+all:
+
+%:
+       @set -e; for d in $(SUBDIRS); do $(MAKE) -C $$d $@; done