Code Review
/
common
/
thrift.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
99f1937
)
Add simple "check" and "distclean" targets to lib/erl/Makefile.
author
David Reiss
<dreiss@apache.org>
Fri, 11 Apr 2008 22:00:06 +0000
(22:00 +0000)
committer
David Reiss
<dreiss@apache.org>
Fri, 11 Apr 2008 22:00:06 +0000
(22:00 +0000)
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665655
13f79535
-47bb-0310-9956-
ffa450edef68
lib/erl/Makefile
patch
|
blob
|
history
diff --git
a/lib/erl/Makefile
b/lib/erl/Makefile
index
0f2c8a8
..
9dcba99
100644
(file)
--- a/
lib/erl/Makefile
+++ b/
lib/erl/Makefile
@@
-5,3
+5,7
@@
all clean docs:
for dir in $(MODULES); do \
(cd $$dir; ${MAKE} $@); \
done
+
+check: all
+
+distclean: clean