Fix makefile

This commit is contained in:
Daniel Flanagan 2023-07-16 20:15:50 -05:00
parent 7b844b6153
commit 83f31c5da4
Signed by: lytedev
GPG key ID: 5B2020A0F9921EF4

View file

@ -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