console-client: added local Makefile.
authorKrisztian Litkey <krisztian.litkey@intel.com>
Thu, 24 Jan 2013 17:49:03 +0000 (19:49 +0200)
committerKrisztian Litkey <kli@iki.fi>
Tue, 29 Jan 2013 15:49:33 +0000 (17:49 +0200)
src/console-client/Makefile [new file with mode: 0644]

diff --git a/src/console-client/Makefile b/src/console-client/Makefile
new file mode 100644 (file)
index 0000000..2c0a593
--- /dev/null
@@ -0,0 +1,7 @@
+ifneq ($(strip $(MAKECMDGOALS)),)
+%:
+       $(MAKE) -C .. $(MAKECMDGOALS)
+else
+all:
+       $(MAKE) -C .. all
+endif