sgregoratto.me

source files for www.sgregoratto.me
git clone git://git.sgregoratto.me/sgregoratto.me
Log | Files | Refs

commit b001cd5a19d0dcbbb9ab77e254bcb85f44d8c9a8
parent c1fa56f677a11273956b3d14a94bccd9d9b68fe8
Author: Stephen Gregoratto <dev@sgregoratto.me>
Date:   Thu, 14 Nov 2019 19:56:38 +1100

makefile improvements

Diffstat:
MMakefile | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/Makefile b/Makefile @@ -1,9 +1,9 @@ include posts -SERVER := liquid@www.sgregoratto.me -WEBROOT := /var/www/homepage -RSOPTS := -chazvP -HTML := $(POSTS:.xml=.html) +SERVER = liquid@www.sgregoratto.me +WEBROOT = /var/www/homepage +RSOPTS = -chazvP +HTML = $(POSTS:.xml=.html) FILES = index.html $(HTML) blog.html atom.xml css all: $(FILES)