Skip to content

Commit

Permalink
makefile: make "all" be the default target
Browse files Browse the repository at this point in the history
  • Loading branch information
sangjinhan committed Aug 16, 2018
1 parent 94a849f commit 4fc0d95
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions core/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,10 @@ else
CXXFLAGS += -O3 -DNDEBUG
endif

# Unless we explicitly specify a default goal, the first target in the
# included .mk file below will become the default goal by surprise.
.DEFAULT_GOAL := all

-include extra*.mk

# Given PLUGINS (set in extra.mk), set up PROTO_PLUGINS,
Expand Down

0 comments on commit 4fc0d95

Please sign in to comment.