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