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