From 2c37338d3c0fec4cf3c20ae3691905f054dbfb24 Mon Sep 17 00:00:00 2001 From: vince Date: Thu, 27 Jan 2022 21:26:19 +0100 Subject: [PATCH] =?UTF-8?q?enl=C3=A8ve=20le=20phony?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index f5b32da..cc9060d 100644 --- a/Makefile +++ b/Makefile @@ -267,4 +267,3 @@ $(BUILD_DIR)/%.html: %.php graph: $(BUILD_DIR)/cpu-daily$(EXTENSION) $(BUILD_DIR)/load-daily$(EXTENSION) $(BUILD_DIR)/mem-daily$(EXTENSION) $(BUILD_DIR)/net-daily$(EXTENSION) $(BUILD_DIR)/net-weekly$(EXTENSION) $(BUILD_DIR)/net-monthly$(EXTENSION) $(BUILD_DIR)/disk-daily$(EXTENSION) $(BUILD_DIR)/disk-weekly$(EXTENSION) $(BUILD_DIR)/disk-monthly$(EXTENSION) $(BUILD_DIR)/index.html -.PHONY: $(BUILD_DIR)/index.html