From 7317df8183b6d8853301343e74bfa66ca4908a83 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Wed, 1 Jun 2022 21:44:20 -0300 Subject: Makefile: No need to rebuild public/ in "deploy" target --- Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 235dde5..e1891ae 100644 --- a/Makefile +++ b/Makefile @@ -73,8 +73,6 @@ run: all $(JEKYLL) serve deploy: all - rm -rf public - $(MAKE) public rsync -avzP public/ $(FQDN):/home/user-data/www/default/ --delete fqdn: -- cgit v1.2.3