Skip to content

Commit 3ba3f85

Browse files
committed
fix Makefile
1 parent c7d24e3 commit 3ba3f85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ sub-%: __always__
138138
endif
139139

140140
# Make of individual .vo ---------------------------------------------
141-
structures.vo : %.vo: __always__ Makefile.coq
141+
$(addsuffix o,structures.v $(wildcard theories/*.v)): %.vo: __always__ Makefile.coq
142142
+$(COQMAKE) $@
143143

144144
$(addsuffix o,$(wildcard examples/*.v examples/*/*.v tests/*.v tests/unit/*.v)): __always__ config build Makefile.test-suite.coq

0 commit comments

Comments
 (0)