Skip to content

Commit

Permalink
fix: remove gnofaucet leftover from gno.land Make (gnolang#1957)
Browse files Browse the repository at this point in the history
  • Loading branch information
zivkovicmilos authored and omarsy committed Apr 21, 2024
1 parent 08fb33c commit 8370e02
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions gno.land/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,10 @@ start.gnoland:; go run ./cmd/gnoland start
start.gnoweb:; go run ./cmd/gnoweb

.PHONY: build
build: build.gnoland build.gnokey build.gnoweb build.gnofaucet build.genesis
build: build.gnoland build.gnokey build.gnoweb build.genesis

build.gnoland:; go build -o build/gnoland ./cmd/gnoland
build.gnoweb:; go build -o build/gnoweb ./cmd/gnoweb
build.gnofaucet:; go build -o build/gnofaucet ./cmd/gnofaucet
build.gnokey:; go build -o build/gnokey ./cmd/gnokey
build.genesis:; go build -o build/genesis ./cmd/genesis

Expand Down

0 comments on commit 8370e02

Please sign in to comment.