diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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/ |