diff --git a/Makefile b/Makefile index 10a8c04..e90d7d7 100644 --- a/Makefile +++ b/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