We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 723096c commit d35e1ffCopy full SHA for d35e1ff
examples/Makefile
@@ -33,11 +33,11 @@ OFFICIAL_PACKAGES += ./gno.land/r/gov/...
33
# Dev tools
34
.PHONY: transpile
35
transpile:
36
- go run ../gnovm/cmd/gno tool transpile -v ./...
+ go run ../gnovm/cmd/gno tool transpile -v .
37
38
.PHONY: build
39
build:
40
- go run ../gnovm/cmd/gno tool transpile -v --gobuild ./...
+ go run ../gnovm/cmd/gno tool transpile -v --gobuild .
41
42
.PHONY: test
43
test:
0 commit comments