From 52b0be81663df26b56002533ec93f8008db04d1a Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Sun, 20 Nov 2022 23:31:40 +0100 Subject: First commit --- Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..68fff76 --- /dev/null +++ b/Makefile @@ -0,0 +1,9 @@ +push: + ssh git@tronto.net mkdir -p BIN FILES + scp post-receive-stagit update-all git@tronto.net:BIN/ + scp bottom.html favicon.png logo.png style.css git@tronto.net:FILES/ + +clean: + ssh git@tronto.net rm -r FILES/* BIN/* + +.PHONY: clean push -- cgit v1.3