From 2eb8bc99a788899223fa38fd2eaf21ab8cc30b1e Mon Sep 17 00:00:00 2001 From: Florestan Bredow Date: Mon, 16 Feb 2026 17:53:28 +0100 Subject: [PATCH] Ajoute l'action publish pour les tests locaux --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 8547c7e..14b1b83 100644 --- a/Makefile +++ b/Makefile @@ -17,6 +17,9 @@ install-dep: clean: @rm -r ./dist ./build +publish: + @cd ./outbox && python3 -m http.server + install: ifeq ($(USER), root) @cp ./dist/main /usr/local/bin/blog