diff options
| author | Jonas Kohl | 2024-07-19 16:33:48 +0200 | 
|---|---|---|
| committer | Jonas Kohl | 2024-07-19 16:33:48 +0200 | 
| commit | cff6b20b5d9b97f8e81e9f115362cb8b06e83260 (patch) | |
| tree | 31c97547097858402fbd4141a1536f50eee426c9 /Makefile | |
| parent | fb2f397de32e7147994f7d99a7debfea6b812958 (diff) | |
Add `publish-all` target
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 | 
1 files changed, 2 insertions, 0 deletions
| @@ -20,3 +20,5 @@ publish:  publish-http:  	rsync -avh ./build/ hozyro-srv:/var/www/hozyro --delete + +publish-all: publish publish-http |