How do I remove .zo files corresponding to various source files if I have set the PLTCOMPILEDROOTS environment variable?  I can no longer just &quot;rm -r compiled&quot;, and I don&#39;t want to destroy more than necessary by deleting the entire PLTCOMPILEDROOTS tree.  However, if I just leave .zo files sitting around, I can, for instance, get odd phantom modules that I can require but show up nowhere in source.  This makes it hard to check if I am committing valid code to a repository, for instance.  I would really like something like &quot;raco make --clean&quot; that removes relevant .zo files for its arguments, if it doesn&#39;t already exist.<br>

<br clear="all"><div>Carl Eastlund</div><br>