From 9668d1b832ebd1c6051500ad2ce5e18f6f6c3332 Mon Sep 17 00:00:00 2001 From: Siina Mashek Date: Wed, 28 Feb 2024 09:30:14 +0200 Subject: [PATCH] Adding compile flag for external scripts --- Makefile | 3 +++ 1 file changed, 3 insertions(+) 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)"