Skip to content

Commit ad84b26

Browse files
committed
[interpreter] Fix Makefile typo
1 parent 999d661 commit ad84b26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

interpreter/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,10 @@ _build/$(LIB).cmo: $(FILES) $(LIB).mlpack _tags Makefile
9090
_build/$(LIB).cmx: $(FILES) $(LIB).mlpack _tags Makefile
9191
$(OCB) -quiet $(LIB).cmx
9292
93-
_build/$(LIB).cma: $(FILES) $(LIB).mlpack _tags Makefile
93+
_build/$(LIB).cma: $(FILES) $(LIB).mllib _tags Makefile
9494
$(OCBA) -quiet $(LIB).cma
9595
96-
_build/$(LIB).cmxa: $(FILES) $(LIB).mlpack _tags Makefile
96+
_build/$(LIB).cmxa: $(FILES) $(LIB).mllib _tags Makefile
9797
$(OCBA) -quiet $(LIB).cmxa
9898
9999

0 commit comments

Comments
 (0)