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 365880c commit 858b136Copy full SHA for 858b136
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)): __always__ config build Makefile.test-suite.coq
0 commit comments