Github user rnewson commented on a diff in the pull request:
https://github.com/apache/couchdb/pull/302#discussion_r32716293
--- Diff: Makefile ---
@@ -24,36 +32,83 @@ couch: config.erl
clean:
@rebar -r clean
+ @rm -f bin/couchjs
+ @rm -rf src/*/ebin
+ @rm -rf src/*/.rebar
+ @rm -rf src/{jiffy,khash,snappy,b64url}/priv
--- End diff --
why not /*/ there? we want this to work if we add artifacts to new priv
dirs.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---