From 63fe1d9cc50fef591f5a6b1813804d40e1d302d7 Mon Sep 17 00:00:00 2001 From: Jonas Kohl Date: Fri, 19 Jul 2024 13:36:48 +0200 Subject: Add publishing task --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3947888..ee0da47 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ SRCFILES:=$(shell find src/pages/ -type f -name '*.php') HTMLTARGETS:=$(SRCFILES:src/pages/%.php=build/%.html) -.PHONY: build/static +.PHONY: build/static publish all: $(HTMLTARGETS) $(STATICFILES) build/static @@ -14,3 +14,6 @@ build/%.html: src/pages/%.php src/template.php clean: rm -Rf build + +publish: + neocities push build -- cgit v1.2.3