diff options
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/ |