diff options
author | Kent Overstreet <kent.overstreet@gmail.com> | 2020-05-08 21:24:53 -0400 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@gmail.com> | 2020-05-08 21:25:12 -0400 |
commit | f55b90dec9d525b4ece3e474b75732251d1c5f80 (patch) | |
tree | d6e261d0395388155e5c0f6020187e0f55bdc3db | |
parent | bbd44ea34f26859c3e55e13905d47ddf459b2feb (diff) |
Don't build mount.bcachefs by default
So as not to depend on rust yet
-rw-r--r-- | .gitignore | 3 | ||||
-rw-r--r-- | Makefile | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -14,3 +14,6 @@ tests/__pycache__/ # dot-files that we don't want to ignore !.gitignore !.travis.yml + +mount/target +mount.bcachefs @@ -69,7 +69,7 @@ else endif .PHONY: all -all: bcachefs mount.bcachefs +all: bcachefs .PHONY: tests tests: tests/test_helper |