Skip to content

Commit cc9d04e

Browse files
authored
Merge pull request #6601 from thomasspriggs/tas/crangler_clean
Fix Makefile `clean` target of `src/crangler`
2 parents be56e06 + 5aae9d0 commit cc9d04e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/crangler/Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ INCLUDES= -I ..
1717
include ../config.inc
1818
include ../../$(CPROVER_DIR)/src/common
1919

20-
CLEANFILES = crangler$(LIBEXT)
20+
CLEANFILES = crangler$(LIBEXT) \
21+
c_lex.yy.cpp \
22+
crangler$(EXEEXT)
2123

2224
all: crangler$(EXEEXT)
2325

0 commit comments

Comments
 (0)