aboutsummaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2010-10-14 15:19:19 +0200
committerAlexander Sulfrian <alexander@sulfrian.net>2010-10-14 15:19:19 +0200
commit7cd7907b9a4437c364200c0b455d753887080227 (patch)
tree30c39f7fe2da9656acd7a0a899ab3f4225a57219 /client
parentf274c57728163f77abf3b2afb18ffe6041b6720f (diff)
downloaderlang-7cd7907b9a4437c364200c0b455d753887080227.tar.gz
erlang-7cd7907b9a4437c364200c0b455d753887080227.tar.xz
erlang-7cd7907b9a4437c364200c0b455d753887080227.zip
added makefiles in the subdirs
Diffstat (limited to 'client')
-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
+