From 5b849fd94aa615fc1dbae82d347d77c4c0ef5481 Mon Sep 17 00:00:00 2001 From: Florestan Bredow Date: Wed, 25 Feb 2026 12:41:45 +0100 Subject: [PATCH] Supprime l'action publish du Makefile --- Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Makefile b/Makefile index 14b1b83..8547c7e 100644 --- a/Makefile +++ b/Makefile @@ -17,9 +17,6 @@ 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