diff options
| author | Shulhan <ms@kilabit.info> | 2021-03-27 16:34:31 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2021-03-27 16:34:31 +0700 |
| commit | 413ed58f7df58644f030ddf70cbd3b234270e579 (patch) | |
| tree | 786c92de15f3ac5fc9891f0ac2ae14466413ff57 /Makefile | |
| parent | d36d1eee17e2b38109a76b735191003d14d35336 (diff) | |
| download | gorankusu-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ .PHONY: run run: - DEBUG=3 go run ./cmd/trunks + DEBUG=3 go run ./cmd/trunks-example |
