Skip to content

Commit

Permalink
fix Makefile (#12668)
Browse files Browse the repository at this point in the history
  • Loading branch information
Odysseasmakt authored Oct 27, 2024
1 parent 3e31ea4 commit 84ba885
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions op-chain-ops/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ test:
go test ./...

op-deployer:
GOOS=$(TARGETOS) GOARCH=$(TARGETARCH) CGO_ENABLED=0 go build -v $(LDFLAGS) -o ./bin/op-deployer ./cmd/op-deployer/main.go
GOOS=$(TARGETOS) GOARCH=$(TARGETARCH) CGO_ENABLED=0 go build -v $(LDFLAGS) -o ./bin/op-deployer ../op-deployer/cmd/op-deployer/main.go

fuzz:
go test $(FUZZLDFLAGS) -run NOTAREALTEST -v -fuzztime 10s -fuzz=FuzzEncodeDecodeWithdrawal ./crossdomain
Expand All @@ -49,4 +49,4 @@ sync-standard-version:
curl -Lo ./deployer/opcm/standard-versions-mainnet.toml https://raw.githubusercontent.com/ethereum-optimism/superchain-registry/refs/heads/main/validation/standard/standard-versions-mainnet.toml
curl -Lo ./deployer/opcm/standard-versions-sepolia.toml https://raw.githubusercontent.com/ethereum-optimism/superchain-registry/refs/heads/main/validation/standard/standard-versions-sepolia.toml

.PHONY: test fuzz op-deployer sync-standard-version
.PHONY: test fuzz op-deployer sync-standard-version

0 comments on commit 84ba885

Please sign in to comment.