Skip to content

Commit

Permalink
op-program: rm op-program-client-mips in Makefile due to bls not supp…
Browse files Browse the repository at this point in the history
…ort mips
  • Loading branch information
bnoieh committed Mar 7, 2024
1 parent 6ab3225 commit 36d34ab
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions op-program/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ COMPAT_DIR := temp/compat

op-program: \
op-program-host \
op-program-client \
op-program-client-mips
op-program-client

op-program-host:
env GO111MODULE=on GOOS=$(TARGETOS) GOARCH=$(TARGETARCH) go build -v $(LDFLAGS) -o ./bin/op-program ./host/cmd/main.go
Expand Down

0 comments on commit 36d34ab

Please sign in to comment.