diff --git a/Makefile b/Makefile index 336d9a5..d94501a 100644 --- a/Makefile +++ b/Makefile @@ -3,6 +3,9 @@ all: write push publish write: ./noter/writer.sh public +compile: + ./noter/noter.sh public + push: git add -A git commit -m "Updating site via make at $$(date --iso=seconds)"