diff --git a/Makefile b/Makefile index 6b1479ba..82b41967 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,7 @@ test.prepare: cp -r "$(GNOROOT)/examples/$$i" ".test/examples/$$i";\ done # Copy over gnoswap code. - cp -ㄱ "$(PWD)/__local/grc20_tokens/foo" ".test/examples/gno.land/r/demo/foo" # test tokens + cp -r "$(PWD)/__local/grc20_tokens/foo" ".test/examples/gno.land/r/demo/foo" # test tokens cp -R "$(PWD)/__local/grc20_tokens/*" ".test/examples/gno.land/r/demo" # test tokens cp -R "$(PWD)/_deploy/r/demo/*" ".test/examples/gno.land/r/demo" # gnft, gns