From: Jeff Donahue Date: Tue, 8 Jul 2014 22:02:00 +0000 (-0700) Subject: Don't make clean when running linecount X-Git-Tag: submit/tizen/20180823.020014~653^2~82^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e5be75459a706d0e1261851894d11c223d07d4d6;p=platform%2Fupstream%2Fcaffeonacl.git Don't make clean when running linecount --- diff --git a/Makefile b/Makefile index f8abc1b..c8b25d9 100644 --- a/Makefile +++ b/Makefile @@ -266,7 +266,7 @@ SUPERCLEAN_EXTS := .so .a .o .bin .testbin .pb.cc .pb.h _pb2.py .cuo all: $(NAME) $(STATIC_NAME) tools examples -linecount: clean +linecount: cloc --read-lang-def=$(PROJECT).cloc src/$(PROJECT)/ lint: $(LINT_REPORT)