1
0
Fork 0
mirror of https://git.sr.ht/~seirdy/seirdy.one synced 2024-11-10 00:12:09 +00:00

Makefile: include custom flags in serve cmd

This commit is contained in:
Rohan Kumar 2021-01-27 13:35:39 -08:00
parent 280e8f1515
commit cd7e3c234c
No known key found for this signature in database
GPG key ID: 1E892DB2A5F84479

View file

@ -47,7 +47,7 @@ lint-local: lint-css hint
# dev server
.PHONY: serve
serve:
hugo serve --disableLiveReload
hugo serve --disableLiveReload $(HUGO_FLAGS)
.PHONY: hint-devserver
hint-devserver: .hintrc-devserver