commit | 1d106ae6f00b25684d701cb38bd6e51e5220ddcb | [log] [tgz] |
---|---|---|
author | David Reiss <dreiss@apache.org> | Fri Apr 11 22:00:06 2008 +0000 |
committer | David Reiss <dreiss@apache.org> | Fri Apr 11 22:00:06 2008 +0000 |
tree | 969ee62b3702b326e763c16f9700fe57ab30506e | |
parent | 99f193766f915dced2980c5b5f76d53970218c52 [diff] |
Add simple "check" and "distclean" targets to lib/erl/Makefile. git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665655 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/lib/erl/Makefile b/lib/erl/Makefile index 0f2c8a8..9dcba99 100644 --- a/lib/erl/Makefile +++ b/lib/erl/Makefile
@@ -5,3 +5,7 @@ for dir in $(MODULES); do \ (cd $$dir; ${MAKE} $@); \ done + +check: all + +distclean: clean