From cb0aec6cad567d03771a4430c52a27eebe417580 Mon Sep 17 00:00:00 2001 From: Andrew Rogers Date: Fri, 20 Oct 2023 05:36:11 -0500 Subject: [PATCH] Makefile: Fix blog.html target --- Makefile | 2 +- scripts/{indicators => indicators.bash} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename scripts/{indicators => indicators.bash} (100%) diff --git a/Makefile b/Makefile index 6ffdd38..0b2cba1 100644 --- a/Makefile +++ b/Makefile @@ -42,4 +42,4 @@ test: index.html all: blog-posts index.html blog.html resume.html -.PHONY: all blog-posts indicators blog.html +.PHONY: all blog-posts indicators diff --git a/scripts/indicators b/scripts/indicators.bash similarity index 100% rename from scripts/indicators rename to scripts/indicators.bash