Adding compile flag for external scripts

This commit is contained in:
Siina Mashek 2024-02-28 09:30:14 +02:00
parent 1aecf92bd8
commit 9668d1b832

View File

@ -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)"