Skip to content

Commit ecf6af7

Browse files
committed
makefile tweaks
1 parent 71715d2 commit ecf6af7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

interpreter/Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ smallint.exe:
4545

4646
$(JSLIB):
4747
dune build $@
48+
rm -f $@
49+
cp $(BUILDDIR)/$@ $@
4850

4951
# Executing test suite
5052

@@ -94,3 +96,4 @@ $(ZIP):
9496

9597
clean:
9698
dune clean
99+
rm -f $(NAME) $(JSLIB)

0 commit comments

Comments
 (0)