aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 017f5a4..957aeff 100644
--- a/Makefile
+++ b/Makefile
@@ -2,11 +2,11 @@
## Use of this source code is governed by a BSD-style
## license that can be found in the LICENSE file.
-.PHONY: all run embed tsc
+.PHONY: all dev
all:
- go run ./internal/cmd/trunks-example build
+ go run ./internal/cmd/trunks build
go test -v -race ./...
-run:
- go run ./internal/cmd/trunks-example
+dev:
+ go run ./internal/cmd/trunks