From 9f045b99076fa30cb5a2eee08e3d9faf4d075af3 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Mon, 21 Nov 2022 19:45:42 +0100 Subject: Fix cd and small makefile change --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a226e5e..1855016 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,5 @@ +all: updateall index + push: ssh git@tronto.net mkdir -p BIN FILES scp post-receive-stagit git@tronto.net:BIN/ @@ -12,4 +14,4 @@ updateall: push clean: ssh git@tronto.net rm -r FILES/* BIN/* -.PHONY: clean index push updateall +.PHONY: all clean index push updateall -- cgit v1.3