compilation: Make build the default target

It is really strange that whe I run make, it does not build mgmt. This
commit makes build the default target, without moving the target,
therefore we keep as much as we can the order of the file.

This also removes the confusion for designers that would run "make"
instead of "make art", whose work would be disrupted when we add a --
let's say -- make alpharelese command.

Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
This commit is contained in:
Julien Pivotto
2017-02-26 09:01:35 +01:00
parent c480bd94db
commit 50664fe115

View File

@@ -41,6 +41,8 @@ ifneq ($(GOTAGS),)
BUILD_FLAGS = -tags '$(GOTAGS)' BUILD_FLAGS = -tags '$(GOTAGS)'
endif endif
default: build
# #
# art # art
# #