Skip to content
This repository was archived by the owner on Dec 22, 2021. It is now read-only.

Commit 9867945

Browse files
committed
[interpreter] Tweak target
1 parent ae113ed commit 9867945

File tree

2 files changed

+72
-89
lines changed

2 files changed

+72
-89
lines changed

interpreter/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ libopt: _build/$(LIB).cmx
3636
libunopt: _build/$(LIB).cmo
3737
jslib: $(JSLIB)
3838
all: unopt opt libunopt libopt test
39-
land: all $(WINMAKE)
39+
land: $(WINMAKE) all
4040
zip: $(ZIP)
4141

4242

@@ -102,7 +102,7 @@ $(WINMAKE): clean
102102
echo rem Auto-generated from Makefile! >$@
103103
echo set NAME=$(NAME) >>$@
104104
echo if \'%1\' neq \'\' set NAME=%1 >>$@
105-
$(OCB) main.d.byte \
105+
$(OCB) main.byte \
106106
| grep -v ocamldep \
107107
| grep -v mkdir \
108108
| sed s:`which ocaml`:ocaml:g \

0 commit comments

Comments
 (0)