Make `make serve` fail if `make website` would fail

This commit is contained in:
Nick Craig-Wood 2016-01-16 14:10:57 +00:00
parent 7ae40cb352
commit c337a367f3
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ beta: doc
rclone -v copy build/ memstore:pub-rclone-org/$(TAG)β
@echo Beta release ready at http://pub.rclone.org/$(TAG)%CE%B2/
serve:
serve: website
cd docs && hugo server -v -w
tag: