From 2cc80be8a08bccd73dfa6334e4d8bca707a36ac9 Mon Sep 17 00:00:00 2001 From: vince Date: Thu, 27 Jan 2022 21:22:21 +0100 Subject: [PATCH] =?UTF-8?q?force=20la=20g=C3=A9n=C3=A9ration=20du=20index.?= =?UTF-8?q?html?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index e81a3da..f5b32da 100644 --- a/Makefile +++ b/Makefile @@ -266,3 +266,5 @@ $(BUILD_DIR)/%.html: %.php 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