Skip to content

Commit

Permalink
Fix filenames in bootstrap with polyml/mlkit
Browse files Browse the repository at this point in the history
  • Loading branch information
ii8 committed Nov 8, 2023
1 parent 2f7f22e commit 155aa7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ bootstrap-polyml:
$(MAKE) polyml-mlton
$(RM) "$(BIN)/$(MLTON)"
$(MAKE) OLD_MLTON="$(BIN)/$(MLTON).polyml" all
$(RM) "$(LIB)/$(MLTON)-polyml$(EXE)"
$(RM) "$(LIB)/$(MLTON_OUTPUT)-polyml$(EXE)"
$(RM) "$(BIN)/$(MLTON).polyml"

.PHONY: polyml-mlton
Expand Down Expand Up @@ -338,7 +338,7 @@ bootstrap-mlkit:
$(MAKE) mlkit-mlton
$(RM) "$(BIN)/$(MLTON)"
$(MAKE) OLD_MLTON="$(BIN)/$(MLTON).mlkit" all
$(RM) "$(LIB)/$(MLTON)-mlkit$(EXE)"
$(RM) "$(LIB)/$(MLTON_OUTPUT)-mlkit$(EXE)"
$(RM) "$(BIN)/$(MLTON).mlkit"

.PHONY: mlkit-mlton
Expand Down

0 comments on commit 155aa7c

Please sign in to comment.