Skip to content

Commit

Permalink
chore: stop building slinky (#755)
Browse files Browse the repository at this point in the history
  • Loading branch information
aljo242 committed Sep 18, 2024
1 parent 37ef017 commit 4afa6c6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,8 @@ BUILD_TAGS := -X github.com/skip-mev/connect/v2/cmd/build.Build=$(TAG)
###############################################################################

build: tidy
go build -ldflags="$(BUILD_TAGS)" \
@go build -ldflags="$(BUILD_TAGS)" \
-o ./build/ ./...
go build -ldflags="$(BUILD_TAGS)" \
-o ./build/slinky ./cmd/connect

run-oracle-client: build
@./build/client --host localhost --port 8080
Expand Down Expand Up @@ -245,7 +243,6 @@ proto-update-deps:

.PHONY: proto-all proto-gen proto-pulsar-gen proto-format proto-lint proto-check-breaking proto-update-deps


###############################################################################
### Formatting ###
###############################################################################
Expand Down

0 comments on commit 4afa6c6

Please sign in to comment.