summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-07-03 17:09:49 -0600
committermo khan <mo@mokhan.ca>2025-07-03 17:09:49 -0600
commit0f82c2d1bfcdb490805475d4e02f161b5c550b3a (patch)
tree57c354353d1fbba069ed5cab94896431d6abb2fa /Makefile
parent0a81a89b717dc6d65436b491cbc6c8e9308df2c3 (diff)
chore: replace forego with minit
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index c56bb9ba..0d86c903 100644
--- a/Makefile
+++ b/Makefile
@@ -7,8 +7,8 @@ IMAGE_TAG := $(PROJECT_NAME):$(GIT_BRANCH)
setup:
mise install
- mise exec go -- go install github.com/ddollar/forego@latest
- mise exec rustup -- rustup component add clippy rustfmt
+ mise exec go -- go install github.com/xlgmokha/minit@latest
+ mise exec rust -- rustup component add clippy rustfmt
# Cargo targets
build:
@@ -22,7 +22,7 @@ test:
run: build
@cp target/debug/authzd bin/authzd
- @forego start -f Procfile
+ @minit
clean:
@cargo clean