diff options
| author | Konstantin Lebedev <9497591+kmlebedev@users.noreply.github.com> | 2022-07-27 19:22:57 +0500 |
|---|---|---|
| committer | Konstantin Lebedev <9497591+kmlebedev@users.noreply.github.com> | 2022-07-27 19:22:57 +0500 |
| commit | 7e09a548a64a6ffd62f40e8b38a96d6b20f9828b (patch) | |
| tree | 490f9a56b8308a3b116a220128c887c210ab3113 /Makefile | |
| parent | f401b996eb421294920fe048df5b1b646a558324 (diff) | |
| download | seaweedfs-7e09a548a64a6ffd62f40e8b38a96d6b20f9828b.tar.xz seaweedfs-7e09a548a64a6ffd62f40e8b38a96d6b20f9828b.zip | |
exclude directories to sync on filer
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,5 +10,5 @@ install: full_install: cd weed; go install -tags "elastic gocdk sqlite ydb tikv" -test: +tests: cd weed; go test -tags "elastic gocdk sqlite ydb tikv" -v ./... |
