]> git.sesse.net Git - bcachefs-tools-debian/commit
bcachefs-tools: make 'all' the default Makefile goal
authorTero Roponen <tero.roponen@gmail.com>
Fri, 8 Dec 2023 08:10:52 +0000 (10:10 +0200)
committerKent Overstreet <kent.overstreet@linux.dev>
Fri, 8 Dec 2023 20:07:32 +0000 (15:07 -0500)
commit6b674b8817d9016a5dc2caafeead9eee717be503
tree69c23ea954950a6a761d053e48c8e4ae0df64cd4
parente3e7f67b3ed89f5b3158142c29e66bb98f868ce2
bcachefs-tools: make 'all' the default Makefile goal

"fsck/bcachefsck_all:" coming before "all:" in the Makefile
causes the bcachefs binary not being built by default. Fix
this by explicitly setting the .DEFAULT_GOAL=all.

Signed-off-by: Tero Roponen <tero.roponen@gmail.com>
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Makefile