Skip to content

Commit

Permalink
Add echo to makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
bitwiseguy committed Jul 8, 2024
1 parent b516c3c commit 798b85b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions op-node/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ ifeq ($(TARGETARCH),arm64)
endif

op-node:
@echo "Compiling for $(TARGETARCH) with CC=$(CC) and CXX=$(CXX)"
env GO111MODULE=on GOOS=$(TARGETOS) GOARCH=$(TARGETARCH) CC=$(CC) CXX=$(CXX) go build -v $(LDFLAGS) -o ./bin/op-node ./cmd/main.go

clean:
Expand Down

0 comments on commit 798b85b

Please sign in to comment.