aboutsummaryrefslogtreecommitdiffstats
path: root/client/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'client/Makefile')
-rw-r--r--client/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/client/Makefile b/client/Makefile
new file mode 100644
index 0000000..17cc9a0
--- /dev/null
+++ b/client/Makefile
@@ -0,0 +1,6 @@
+all:
+ -$(MAKE) -C.. client
+
+clean:
+ -$(MAKE) -C.. clean-client
+