aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 8f945f5..a8bad68 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ COVER_HTML:=cover.html
.PHONY: all
all: lint test
- go run ./internal/cmd/trunks build
+ go run ./internal/cmd/gorankusu build
.PHONY: lint
lint: lint-www
@@ -25,4 +25,4 @@ test:
.PHONY: dev
dev:
- go run ./internal/cmd/trunks
+ go run ./internal/cmd/gorankusu