Skip to content

Commit 4e058b8

Browse files
committed
Makefile fix
1 parent c3c612d commit 4e058b8

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
@@ -33,8 +33,8 @@ ci: all jslib
3333
# Building executable
3434
.PHONY: $(NAME).exe
3535
$(NAME).exe:
36-
dune build $@
3736
rm -f $(NAME)
37+
dune build $@
3838
cp $(BUILDDIR)/$(OPT) $(NAME)
3939

4040
.PHONY: smallint.exe
@@ -44,8 +44,8 @@ smallint.exe:
4444
# Building JavaScript library
4545

4646
$(JSLIB):
47-
dune build $@
4847
rm -f $@
48+
dune build $@
4949
cp $(BUILDDIR)/$@ $@
5050

5151
# Executing test suite

0 commit comments

Comments
 (0)