1
0
mirror of https://github.com/rclone/rclone.git synced 2025-01-08 12:34:53 +02:00
rclone/Makefile

23 lines
358 B
Makefile
Raw Normal View History

2014-03-29 01:34:13 +03:00
rclone:
go build
clean:
go clean
find . -name \*~ | xargs -r rm -f
rm -rf build rclone.org/public
website:
cd rclone.org && hugo
upload_website: website
2014-04-18 00:28:47 +03:00
./rclone sync rclone.org/public memstore:www-rclone-org
2014-03-29 01:34:13 +03:00
upload:
rsync -avz build/ www.craig-wood.com:public_html/pub/rclone/
cross:
./cross-compile
serve:
cd rclone.org && hugo server -v -w