From 8433d1a895a9bf8f2bf29521b636ebc1be782a72 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Mon, 28 Aug 2023 22:12:18 +0300 Subject: Add target to update fonts --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index f62de21..e45abb9 100644 --- a/Makefile +++ b/Makefile @@ -49,3 +49,7 @@ serve: watch: git ls-files | entr make + +push-fonts: + ./gen-fonts + rsync -a fonts vps:/var/www/www.thomasvoss.com/out/ -- cgit v1.2.3