From 4678d95f3ff1334ebdef9f152ad85f0ff4c4e1b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20=E2=80=9Cpep=E2=80=9D=20Buquet?= Date: Thu, 14 Apr 2022 00:44:20 +0200 Subject: [PATCH] Makefile: Remove goaccess generation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maxime “pep” Buquet --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 07cf6e7..48e2d5d 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,6 @@ update: public: clean hugo --debug --destination public - systemctl --user start blog-goaccess.service branches: for branch in $(shell git branch --list "post-*"); do \