From 1d106ae6f00b25684d701cb38bd6e51e5220ddcb Mon Sep 17 00:00:00 2001 From: David Reiss Date: Fri, 11 Apr 2008 22:00:06 +0000 Subject: [PATCH] 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 --- lib/erl/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/erl/Makefile b/lib/erl/Makefile index 0f2c8a82..9dcba99b 100644 --- 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 -- 2.17.1