summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@gmail.com>2020-05-08 21:24:53 -0400
committerKent Overstreet <kent.overstreet@gmail.com>2020-05-08 21:25:12 -0400
commitf55b90dec9d525b4ece3e474b75732251d1c5f80 (patch)
treed6e261d0395388155e5c0f6020187e0f55bdc3db
parentbbd44ea34f26859c3e55e13905d47ddf459b2feb (diff)
Don't build mount.bcachefs by default
So as not to depend on rust yet
-rw-r--r--.gitignore3
-rw-r--r--Makefile2
2 files changed, 4 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index a19453e9..eb1f1ee1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,3 +14,6 @@ tests/__pycache__/
# dot-files that we don't want to ignore
!.gitignore
!.travis.yml
+
+mount/target
+mount.bcachefs
diff --git a/Makefile b/Makefile
index fe8b3fd5..0721fd35 100644
--- a/Makefile
+++ b/Makefile
@@ -69,7 +69,7 @@ else
endif
.PHONY: all
-all: bcachefs mount.bcachefs
+all: bcachefs
.PHONY: tests
tests: tests/test_helper