Skip to content

Commit

Permalink
doravota node
Browse files Browse the repository at this point in the history
  • Loading branch information
VegeBun-csj committed Jul 4, 2023
1 parent cb538d5 commit 8446de3
Show file tree
Hide file tree
Showing 20 changed files with 79,500 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#!/usr/bin/make -f

build: go.sum
ifeq ($(OS),Windows_NT)
$(error wasmd server not supported. Use "make build-windows-client" for client)
exit 1
else
go build -mod=readonly $(BUILD_FLAGS) -o build/doravota-testnetd ./cmd/doravota-testnetd
endif

install: go.sum
go install -mod=readonly $(BUILD_FLAGS) ./cmd/doravota-testnetd
Loading

0 comments on commit 8446de3

Please sign in to comment.