Don't build mount.bcachefs by default

So as not to depend on rust yet
This commit is contained in:
Kent Overstreet 2020-05-08 21:24:53 -04:00
parent bbd44ea34f
commit f55b90dec9
2 changed files with 4 additions and 1 deletions

3
.gitignore vendored
View File

@ -14,3 +14,6 @@ tests/__pycache__/
# dot-files that we don't want to ignore
!.gitignore
!.travis.yml
mount/target
mount.bcachefs

View File

@ -69,7 +69,7 @@ else
endif
.PHONY: all
all: bcachefs mount.bcachefs
all: bcachefs
.PHONY: tests
tests: tests/test_helper