aboutsummaryrefslogtreecommitdiffhomepage
path: root/compat/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'compat/Makefile')
-rw-r--r--compat/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/compat/Makefile b/compat/Makefile
new file mode 100644
index 00000000..9a29ffcf
--- /dev/null
+++ b/compat/Makefile
@@ -0,0 +1,5 @@
+all:
+ $(MAKE) -C .. all
+
+clean:
+ $(MAKE) -C .. clean