aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2021-10-18 00:05:13 +0700
committerShulhan <ms@kilabit.info>2021-10-18 00:05:13 +0700
commit95fcd7309283daecc75abd9de57428353ee940bc (patch)
tree822f9374aa474be7d4ccceec1881c324cf26cb05 /Makefile
parentcf6100a626ea17a808a1bc96471c759b27c7c03b (diff)
downloadgorankusu-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--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