summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-07-10 09:27:40 -0600
committermo khan <mo@mokhan.ca>2025-07-10 09:27:40 -0600
commit63146ae4815b5d1f3c7a9ec18daac35034ab57e2 (patch)
treee1a67dbfd9041ae57164c6d7a838c79f52fe4871 /Makefile
parent542da5898e2b5fbe82205b42a9c1e6618dae289b (diff)
chore: remove test-image target
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b90f8407..34a83424 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,8 @@ GIT_BRANCH := $(shell git rev-parse --abbrev-ref HEAD | sed 's/\//_/g')
IMAGE_TAG := $(PROJECT_NAME):$(GIT_BRANCH)
.PHONY: build check test run clean fmt lint doc vendor
-.PHONY: build-image run-image health-check list-services test-image
+.PHONY: build-image run-image
+.PHONY: health-check list-services
setup:
mise install