Adding compile flag for external scripts
This commit is contained in:
parent
1aecf92bd8
commit
9668d1b832
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -3,6 +3,9 @@ all: write push publish
|
||||||
write:
|
write:
|
||||||
./noter/writer.sh public
|
./noter/writer.sh public
|
||||||
|
|
||||||
|
compile:
|
||||||
|
./noter/noter.sh public
|
||||||
|
|
||||||
push:
|
push:
|
||||||
git add -A
|
git add -A
|
||||||
git commit -m "Updating site via make at $$(date --iso=seconds)"
|
git commit -m "Updating site via make at $$(date --iso=seconds)"
|
||||||
|
|
Reference in a new issue