From 83f31c5da4cf1c68aac30b7bc3c68083c0e7a34e Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Sun, 16 Jul 2023 20:15:50 -0500 Subject: [PATCH] Fix makefile --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index ea761af..49a4558 100644 --- a/makefile +++ b/makefile @@ -7,7 +7,7 @@ LOCAL_IP ?= $(shell ip a | grep -oP '192\.168\.\d+\.\d+/' | head -n 1 | tr -d '/ all: build .PHONY: build -build: static/font.css static/styles.css ; @${HUGO} +build: static/styles.css ; @${HUGO} .PHONY: public public: build