aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2021-03-27 16:34:31 +0700
committerShulhan <ms@kilabit.info>2021-03-27 16:34:31 +0700
commit413ed58f7df58644f030ddf70cbd3b234270e579 (patch)
tree786c92de15f3ac5fc9891f0ac2ae14466413ff57 /Makefile
parentd36d1eee17e2b38109a76b735191003d14d35336 (diff)
downloadgorankusu-413ed58f7df58644f030ddf70cbd3b234270e579.tar.xz
cmd: rename the program trunks to trunks-example
The trunks directory on command is actually the main program for example package.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fe70ef6..6ec65af 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
.PHONY: run
run:
- DEBUG=3 go run ./cmd/trunks
+ DEBUG=3 go run ./cmd/trunks-example