Skip to content

Commit 9a1fe28

Browse files
committed
Update unit/Makefile for removing miniBDD.o on clean
1 parent 6d582b3 commit 9a1fe28

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

unit/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,8 @@ TESTS = unit_tests$(EXEEXT) \
9898
miniBDD$(EXEEXT) \
9999
# Empty last line
100100

101-
CLEANFILES = $(TESTS)\
101+
CLEANFILES = $(TESTS) \
102+
miniBDD$(OBJEXT) \
102103
#Empty last line
103104

104105
all: cprover.dir testing-utils.dir

0 commit comments

Comments
 (0)