We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7d24e3 commit 3ba3f85Copy full SHA for 3ba3f85
Makefile
@@ -138,7 +138,7 @@ sub-%: __always__
138
endif
139
140
# Make of individual .vo ---------------------------------------------
141
-structures.vo : %.vo: __always__ Makefile.coq
+$(addsuffix o,structures.v $(wildcard theories/*.v)): %.vo: __always__ Makefile.coq
142
+$(COQMAKE) $@
143
144
$(addsuffix o,$(wildcard examples/*.v examples/*/*.v tests/*.v tests/unit/*.v)): __always__ config build Makefile.test-suite.coq
0 commit comments