commit | ac549554f425cf2b28ff391c6fefeaa0fe703a32 | [log] [tgz] |
---|---|---|
author | David Reiss <dreiss@apache.org> | Tue Jun 10 22:56:59 2008 +0000 |
committer | David Reiss <dreiss@apache.org> | Tue Jun 10 22:56:59 2008 +0000 |
tree | a4b8528635476208cb14a7838665347aa59e22bd | |
parent | 176ed368a30623a204f04f056b49c7ab9805ee8d [diff] [blame] |
Initial commit of alternative erlang lib git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@666374 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/lib/alterl/Makefile b/lib/alterl/Makefile new file mode 100644 index 0000000..0f2c8a8 --- /dev/null +++ b/lib/alterl/Makefile
@@ -0,0 +1,7 @@ +MODULES = \ + src + +all clean docs: + for dir in $(MODULES); do \ + (cd $$dir; ${MAKE} $@); \ + done