summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index 13c16a3..017f5a4 100644
--- a/Makefile
+++ b/Makefile
@@ -4,14 +4,9 @@
.PHONY: all run embed tsc
-all: embed
+all:
+ go run ./internal/cmd/trunks-example build
go test -v -race ./...
run:
go run ./internal/cmd/trunks-example
-
-embed: tsc
- go run ./internal/memfs-embed
-
-tsc:
- tsc -p _www/tsconfig.json