diff --git a/Makefile b/Makefile index e072faf9..735b7409 100644 --- a/Makefile +++ b/Makefile @@ -41,6 +41,8 @@ ifneq ($(GOTAGS),) BUILD_FLAGS = -tags '$(GOTAGS)' endif +default: build + # # art #