File tree 5 files changed +9
-3
lines changed
5 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 28
28
clean :
29
29
find -name ' *.out' -execdir $(RM ) ' {}' \;
30
30
find -name ' *.gb' -execdir $(RM ) ' {}' \;
31
- $(RM ) tests.log
31
+ $(RM ) tests.log tests-symex-driven-loading.log
Original file line number Diff line number Diff line change 20
20
clean :
21
21
find -name ' *.out' -execdir $(RM ) ' {}' \;
22
22
find -name ' *.gb' -execdir $(RM ) ' {}' \;
23
- $(RM ) tests.log
23
+ $(RM ) tests.log tests-symex-driven-loading.log
24
24
25
25
% .class : % .java ../../src/org.cprover.jar
26
26
javac -g -cp ../../src/org.cprover.jar:. $<
Original file line number Diff line number Diff line change 15
15
16
16
clean :
17
17
find -name ' *.out' -execdir $(RM ) ' {}' \;
18
- find -name ' *.gb ' -execdir $(RM ) ' {}' \;
18
+ find -name ' *.smt2 ' -execdir $(RM ) ' {}' \;
19
19
$(RM ) tests.log
Original file line number Diff line number Diff line change 18
18
clean :
19
19
find -name ' *.out' -execdir $(RM ) ' {}' \;
20
20
find -name ' *.gb' -execdir $(RM ) ' {}' \;
21
+ find -name ' *.goto-cc-saved' -execdir $(RM ) ' {}' \;
21
22
$(RM ) tests.log
Original file line number Diff line number Diff line change 25
25
26
26
driver$(EXEEXT ) : $(OBJ )
27
27
$(LINKBIN )
28
+
29
+ clean :
30
+ find -name ' *.out' -execdir $(RM ) ' {}' \;
31
+ $(RM ) driver$(EXEEXT ) driver$(DEPEXT ) driver$(OBJEXT )
32
+ $(RM ) tests.log
You can’t perform that action at this time.
0 commit comments