Don't make clean when running linecount
authorJeff Donahue <jeff.donahue@gmail.com>
Tue, 8 Jul 2014 22:02:00 +0000 (15:02 -0700)
committerJeff Donahue <jeff.donahue@gmail.com>
Tue, 8 Jul 2014 22:02:00 +0000 (15:02 -0700)
Makefile

index f8abc1b..c8b25d9 100644 (file)
--- 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)