From 2ddbe234185fe781848799709347e8b471c2f56c Mon Sep 17 00:00:00 2001 From: Joost Jager Date: Thu, 14 May 2020 11:33:08 +0200 Subject: [PATCH] build: mark build as default target --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 68d6b55..eba506e 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,5 @@ +.DEFAULT_GOAL := build + PKG := github.com/lightninglabs/loop GOTEST := GO111MODULE=on go test -v