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