Skip to content

Commit

Permalink
New make target to only build the library.
Browse files Browse the repository at this point in the history
  • Loading branch information
cypof committed Aug 14, 2015
1 parent c6b9f58 commit bc8b08b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,9 @@ endif
py mat py$(PROJECT) mat$(PROJECT) proto runtest \
superclean supercleanlist supercleanfiles warn everything

all: $(STATIC_NAME) $(DYNAMIC_NAME) tools examples
all: lib tools examples

lib: $(STATIC_NAME) $(DYNAMIC_NAME)

everything: $(EVERYTHING_TARGETS)

Expand Down

0 comments on commit bc8b08b

Please sign in to comment.