Skip to content

Commit d35e1ff

Browse files
committed
fix: revert transpile invocation
Signed-off-by: Norman <norman@samourai.coop>
1 parent 723096c commit d35e1ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ OFFICIAL_PACKAGES += ./gno.land/r/gov/...
3333
# Dev tools
3434
.PHONY: transpile
3535
transpile:
36-
go run ../gnovm/cmd/gno tool transpile -v ./...
36+
go run ../gnovm/cmd/gno tool transpile -v .
3737

3838
.PHONY: build
3939
build:
40-
go run ../gnovm/cmd/gno tool transpile -v --gobuild ./...
40+
go run ../gnovm/cmd/gno tool transpile -v --gobuild .
4141

4242
.PHONY: test
4343
test:

0 commit comments

Comments
 (0)