From 6ae48a4d7a84fd4c76a08a110514754dd6949d46 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Tue, 14 Nov 2023 10:10:53 +0100 Subject: Remove unused rule --- GNUmakefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/GNUmakefile b/GNUmakefile index 4e4dcb8..769befa 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -1,4 +1,4 @@ -.PHONY: check clean serve watch push-fonts +.PHONY: check clean serve watch MAKEFLAGS := -j$(shell nproc) @@ -50,6 +50,3 @@ serve: watch: git ls-files | entr $(MAKE) - -push-fonts: - rsync -a fonts vps:/var/www/www.thomasvoss.com/out/ -- cgit v1.2.3