Fix makefile
This commit is contained in:
parent
7b844b6153
commit
83f31c5da4
1 changed files with 1 additions and 1 deletions
2
makefile
2
makefile
|
@ -7,7 +7,7 @@ LOCAL_IP ?= $(shell ip a | grep -oP '192\.168\.\d+\.\d+/' | head -n 1 | tr -d '/
|
||||||
all: build
|
all: build
|
||||||
|
|
||||||
.PHONY: build
|
.PHONY: build
|
||||||
build: static/font.css static/styles.css ; @${HUGO}
|
build: static/styles.css ; @${HUGO}
|
||||||
|
|
||||||
.PHONY: public
|
.PHONY: public
|
||||||
public: build
|
public: build
|
||||||
|
|
Loading…
Reference in a new issue