Skip to content

Commit 25f43a0

Browse files
authored
Update Makefile
1 parent 60d4574 commit 25f43a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/sri/yices/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,6 @@ install-darwin:
100100
cp $(libyices2java) $(LIBDIR)
101101

102102
clean:
103-
rm -f *.o *.so *.dylib com_sri_yices_Yices.h
103+
rm -f *.o *.so *.dylib com_sri_yices_Yices.h *.class
104104

105105
.PHONY: all clean install install-linux install-darwin

0 commit comments

Comments
 (0)