aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorWojtek Kosior <koszko@koszko.org>2023-08-24 21:06:01 +0200
committerWojtek Kosior <koszko@koszko.org>2023-08-25 12:27:23 +0200
commit7a05a24d414a5a95ee2bf377c87464d57bf5e035 (patch)
tree20d91be5ce69b7f5c15538604299b6012a426526 /Makefile
parentf3ca662bf88213874d52929314f28ddcb6db9443 (diff)
downloadkoszko-org-server-7a05a24d414a5a95ee2bf377c87464d57bf5e035.tar.gz
koszko-org-server-7a05a24d414a5a95ee2bf377c87464d57bf5e035.zip
don't pull mitmproxy just for running hydrilla server
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5f9b51b..1acdba5 100644
--- a/Makefile
+++ b/Makefile
@@ -65,7 +65,7 @@ sample-malcontent:
mkdir $@
printf 'hydrilla-builder -s tests/source-package-example/ -d %s' \
"$$(realpath $@)" | \
- make -C subrepos/hydrilla shell-with-haketilo
+ make -C subrepos/hydrilla shell-with-hydrilla-only
LETSENCRYPT_ETC_DIR = $(TEST_ROOT_DIR)/etc/letsencrypt
HYDRILLA_WEBSITE_ETC_DIR = $(TEST_ROOT_DIR)/etc/guix-container/hydrilla-website