summaryrefslogtreecommitdiff
path: root/render/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'render/Makefile')
-rw-r--r--render/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/render/Makefile b/render/Makefile
new file mode 100644
index 00000000..56263a4a
--- /dev/null
+++ b/render/Makefile
@@ -0,0 +1,4 @@
+all clean distclean install uninstall:
+ $(MAKE) -$(MAKEFLAGS) -C .. $@
+
+.PHONY: all clean distclean install uninstall