summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2013-03-30 17:35:18 +0200
committerFathi Boudra <fathi.boudra@linaro.org>2013-03-30 17:35:18 +0200
commit17c2f0dc0ca55e254fcd7829489757568b3225e7 (patch)
tree25b11e1b39d626151123a16f16f4b4ca38761609 /Makefile
Imported Upstream version 5.13.0HEADupstream/5.13.0master
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..4ab73b0
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,4 @@
+all:
+ $(MAKE) -C daemon $@
+clean:
+ $(MAKE) -C daemon $@