From e5be75459a706d0e1261851894d11c223d07d4d6 Mon Sep 17 00:00:00 2001 From: Jeff Donahue Date: Tue, 8 Jul 2014 15:02:00 -0700 Subject: [PATCH] Don't make clean when running linecount --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.7.4