summaryrefslogtreecommitdiff
path: root/libc/sysdeps/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libc/sysdeps/Makefile')
-rw-r--r--libc/sysdeps/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/libc/sysdeps/Makefile b/libc/sysdeps/Makefile
new file mode 100644
index 000000000..cdd7e4e24
--- /dev/null
+++ b/libc/sysdeps/Makefile
@@ -0,0 +1,10 @@
+all: linux
+
+linux: dummy
+ make -C linux
+
+clean:
+ rm -f *.o
+ make -C linux clean
+
+.PHONY: dummy