This is an automated email from the ASF dual-hosted git repository. jaydoane pushed a commit to branch make-clean-elixir-test-deps in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit bbd12a2f3fb7df7e2daaebfdb6630ee39c20e740 Author: Jay Doane <[email protected]> AuthorDate: Sat Aug 17 17:24:47 2024 -0700 Clean elixir build artifacts with `make clean` This removes Elixir artifacts from the `_build` directory when `make clean` is run. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 9a969139e..474cafa75 100644 --- a/Makefile +++ b/Makefile @@ -481,6 +481,7 @@ clean: @rm -f src/couch/priv/couch_js/config.h @rm -f dev/*.beam dev/devnode.* dev/pbkdf2.pyc log/crash.log @rm -f src/couch_dist/certs/out + @mix clean --deps ifeq ($(with_nouveau), true) @cd nouveau && ./gradlew clean endif
