From 57bb495c82acf9b45079bebd31a178719dcffaf7 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Thu, 24 Oct 2024 02:01:21 +0200 Subject: [PATCH] build(Makefile): fix hoogle target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8a0f7dda3..3aecdc6f1 100644 --- a/Makefile +++ b/Makefile @@ -252,7 +252,7 @@ db: --image-build --containerized---db; --containerized-%-hoogle: FRADRIVE_SERVICE=backend --containerized-%-hoogle: CONTAINER_NAME=hoogle --containerized-%-hoogle: --image-build - $(MAKE) -- --image-run-$*--hoogle-backend + $(MAKE) -- --image-run-$*-hoogle-backend # --containerized-%-minio: FRADRIVE_SERVICE=minio # --containerized-%-minio: --image-build