Skip to content

Commit 402f8e1

Browse files
romainbrenguierJoel Allred
authored and
Joel Allred
committed
Adding string preprocessing of goto-programs to Makefile
1 parent 6cc1266 commit 402f8e1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/goto-programs/Makefile

+2-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ SRC = goto_convert.cpp goto_convert_function_call.cpp \
2424
remove_instanceof.cpp \
2525
class_identifier.cpp \
2626
system_library_symbols.cpp \
27-
27+
string_refine_preprocess.cpp \
28+
# Empty last line
2829

2930
INCLUDES= -I ..
3031

0 commit comments

Comments
 (0)