diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 |
