Make site a phony target
This commit is contained in:
parent
4f4312b944
commit
9f1c6e1345
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -10,9 +10,9 @@ HOSTNAME=$(shell hostname -s)
|
|||
NETHACK_LOGFILE=$(shell nethack --showpaths | grep scoredir | sed 's/.*"\(.*\)".*/\1/g')/logfile
|
||||
NETHACK_LOGFILE_DATA_FILE=data/nethack/logfile/$(HOSTNAME).json
|
||||
|
||||
.PHONY: deploy clean
|
||||
.PHONY: site deploy clean
|
||||
|
||||
site: public/index.html nethack
|
||||
site: nethack
|
||||
@echo "Building site"
|
||||
hugo
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue