We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60d4574 commit 25f43a0Copy full SHA for 25f43a0
src/main/java/com/sri/yices/Makefile
@@ -100,6 +100,6 @@ install-darwin:
100
cp $(libyices2java) $(LIBDIR)
101
102
clean:
103
- rm -f *.o *.so *.dylib com_sri_yices_Yices.h
+ rm -f *.o *.so *.dylib com_sri_yices_Yices.h *.class
104
105
.PHONY: all clean install install-linux install-darwin
0 commit comments