diff options
author | EuAndreh <eu@euandre.org> | 2022-06-01 21:44:20 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-06-01 21:44:20 -0300 |
commit | 7317df8183b6d8853301343e74bfa66ca4908a83 (patch) | |
tree | aa37bfd89512b3679fabd749f55b6e3a6bca3637 /Makefile | |
parent | Generate LilyPond files in dynamic.mk (diff) | |
download | euandre.org-7317df8183b6d8853301343e74bfa66ca4908a83.tar.gz euandre.org-7317df8183b6d8853301343e74bfa66ca4908a83.tar.xz |
Makefile: No need to rebuild public/ in "deploy" target
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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: |