Skip to content

Conversation

aria-eide
Copy link
Collaborator

It seems we can just list theories/ in _CoqProject, and rocq makefile (as well as other commands) pick up on all our source files. So building the project simplifies to

$ rocq makefile -f _CoqProject -o Makefile
$ make

which I think is a little nicer.


build: [
["sh" "-c" "rocq makefile -f _CoqProject theories/*.v -o Makefile"]
["sh" "-c" "rocq makefile -f _CoqProject -o Makefile"]
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think maybe sh is not needed here but I'm not sure!

@aria-eide aria-eide requested a review from voiestad October 2, 2025 18:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant