summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5592998..13c16a3 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ all: embed
go test -v -race ./...
run:
- go run ./cmd/trunks-example
+ go run ./internal/cmd/trunks-example
embed: tsc
go run ./internal/memfs-embed