Skip to content

Commit 6ed89a0

Browse files
committed
add a distclean target
1 parent d0ba792 commit 6ed89a0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

interpreter/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,4 +96,6 @@ $(ZIP):
9696

9797
clean:
9898
dune clean
99+
100+
distclean:
99101
rm -f $(NAME) $(JSLIB)

0 commit comments

Comments
 (0)