mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
make: Speed up clean targets
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
62a476ff52
commit
6bfa55481c
4 changed files with 7 additions and 7 deletions
|
|
@ -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) \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue