mit-plv/rupicola

Build is broken when using a tarball rather than git

JasonGross opened this issue · 1 comments

Should the Makefile always use find to generate the list of .v files like bedrock2 does, or should it only use find when there's no .git directory? (I'm happy to implement either.)

Only when there's no .git, I think, so that way it won't pick up dirty state in git checkouts. Thanks!!