diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-11-14 10:10:53 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-11-14 10:11:11 +0100 |
commit | 6ae48a4d7a84fd4c76a08a110514754dd6949d46 (patch) | |
tree | dceb7a61bd8b4b456dc729e00937750369c606d3 /GNUmakefile | |
parent | b5b200bcd37e85593a56705aba5f2e4e9570895b (diff) |
Remove unused rule
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 5 |
1 files changed, 1 insertions, 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/ |