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 999d661 commit ad84b26Copy full SHA for ad84b26
interpreter/Makefile
@@ -90,10 +90,10 @@ _build/$(LIB).cmo: $(FILES) $(LIB).mlpack _tags Makefile
90
_build/$(LIB).cmx: $(FILES) $(LIB).mlpack _tags Makefile
91
$(OCB) -quiet $(LIB).cmx
92
93
-_build/$(LIB).cma: $(FILES) $(LIB).mlpack _tags Makefile
+_build/$(LIB).cma: $(FILES) $(LIB).mllib _tags Makefile
94
$(OCBA) -quiet $(LIB).cma
95
96
-_build/$(LIB).cmxa: $(FILES) $(LIB).mlpack _tags Makefile
+_build/$(LIB).cmxa: $(FILES) $(LIB).mllib _tags Makefile
97
$(OCBA) -quiet $(LIB).cmxa
98
99
0 commit comments