Skip to content

Commit 2ddbe23

Browse files
committed
build: mark build as default target
1 parent 9fba8eb commit 2ddbe23

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.DEFAULT_GOAL := build
2+
13
PKG := github.com/lightninglabs/loop
24

35
GOTEST := GO111MODULE=on go test -v

0 commit comments

Comments
 (0)