From dff2023a67dad3e59450dfdaf6c5042c1c6b0ccb Mon Sep 17 00:00:00 2001 From: Evan Shelhamer Date: Mon, 28 Jul 2014 15:22:43 -0700 Subject: [PATCH] make "all" the default target "all" is the right default since it builds the library itself. define "everything" after it. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index a788f5a..391d3c0 100644 --- a/Makefile +++ b/Makefile @@ -299,10 +299,10 @@ SUPERCLEAN_EXTS := .so .a .o .bin .testbin .pb.cc .pb.h _pb2.py .cuo py mat py$(PROJECT) mat$(PROJECT) proto runtest \ superclean supercleanlist supercleanfiles warn everything -everything: all py$(PROJECT) mat$(PROJECT) test warn lint runtest - all: $(NAME) $(STATIC_NAME) tools examples +everything: all py$(PROJECT) mat$(PROJECT) test warn lint runtest + linecount: cloc --read-lang-def=$(PROJECT).cloc src/$(PROJECT)/ -- 2.7.4