Skip to content

Commit b3f6adb

Browse files
committed
feat: update amvector makefile
1 parent 11bb126 commit b3f6adb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

amvector/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ wire: assets
2222

2323
.PHONY: amd64
2424
# build amd64
25-
amd64: wire
25+
amd64: wire assets
2626
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 $(GOBUILD) -o $(TARGET) $(SERVER)
2727

2828
.PHONY: arm64
2929
# build arm64
30-
arm64: wire
30+
arm64: wire assets
3131
CGO_ENABLED=0 GOOS=linux GOARCH=arm64 $(GOBUILD) -o $(TARGET) $(SERVER)
3232

3333
.PHONY: installer

0 commit comments

Comments
 (0)