Skip to content

Commit ce6cd9a

Browse files
committed
Remove ui dependency from building bin
This makes go development faster at the expense of the ui build being required. (Will eventually get make working properly instead of a generic task runner)
1 parent 8bbcbc5 commit ce6cd9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ui: proto
1212
go generate ui/static.go
1313

1414
.PHONY: bin
15-
bin: ui
15+
bin: proto
1616
go build -o shrls -ldflags="\
1717
-X github.com/demophoon/shrls/pkg/version.Version=${version}-dev \
1818
-X github.com/demophoon/shrls/pkg/version.Build=${build} \

0 commit comments

Comments
 (0)