build: mark build as default target

This commit is contained in:
Joost Jager 2020-05-14 11:33:08 +02:00
parent 9fba8eb8d8
commit 2ddbe23418
No known key found for this signature in database
GPG key ID: A61B9D4C393C59C7

View file

@ -1,3 +1,5 @@
.DEFAULT_GOAL := build
PKG := github.com/lightninglabs/loop
GOTEST := GO111MODULE=on go test -v