diff options
| author | Shulhan <ms@kilabit.info> | 2021-10-18 00:05:13 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2021-10-18 00:05:13 +0700 |
| commit | 95fcd7309283daecc75abd9de57428353ee940bc (patch) | |
| tree | 822f9374aa474be7d4ccceec1881c324cf26cb05 /Makefile | |
| parent | cf6100a626ea17a808a1bc96471c759b27c7c03b (diff) | |
| download | gorankusu-95fcd7309283daecc75abd9de57428353ee940bc.tar.xz | |
all: rename internal/cmd/trunks-example to internal/cmd/trunks
The internal/cmd/trunks-example is not run and provide an example only
now, its include the workers to build, recompile, re-embeded files.
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 |
