aboutsummaryrefslogtreecommitdiff
path: root/dist/libxsde/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'dist/libxsde/makefile')
-rw-r--r--dist/libxsde/makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/dist/libxsde/makefile b/dist/libxsde/makefile
new file mode 100644
index 0000000..2f1787e
--- /dev/null
+++ b/dist/libxsde/makefile
@@ -0,0 +1,10 @@
+dirs := xsde
+
+.PHONY: all $(dirs)
+all: $(dirs)
+
+$(dirs):
+ $(MAKE) -C $@ $(MAKECMDGOALS)
+
+makefile: ;
+% :: $(dirs) ;