Makefile: clean some more files

This commit is contained in:
Nick Craig-Wood 2017-09-30 16:02:00 +01:00
parent 63d0734c71
commit a5e0115b19
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ clean:
go clean ./...
find . -name \*~ | xargs -r rm -f
rm -rf build docs/public
rm -f rclone rclonetest/rclonetest
rm -f rclone fs/fs.test fs/test_all.log test.log
website:
cd docs && hugo