make: Speed up clean targets

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2017-12-27 11:43:01 +00:00
commit 6bfa55481c
4 changed files with 7 additions and 7 deletions

View file

@ -23,7 +23,7 @@ distclean: dav.clean
upload: upload.done
dload download: dload.done
delete-remote:
ssh $(DAV_RSYNC_SERVER) rm -rf $(DAV_RSYNC_DIR)
ssh $(DAV_RSYNC_SERVER) $(RM) -rf $(DAV_RSYNC_DIR)
upload.done:
$(DAV_RSYNC) \