Skip to content

Commit bdabff7

Browse files
Adding string preprocessing of goto-programs to Makefile
1 parent b01c356 commit bdabff7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/goto-programs/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ SRC = goto_convert.cpp goto_convert_function_call.cpp \
2020
slice_global_inits.cpp goto_inline_class.cpp class_identifier.cpp \
2121
show_goto_functions_json.cpp \
2222
show_goto_functions_xml.cpp \
23-
remove_static_init_loops.cpp remove_instanceof.cpp
23+
remove_static_init_loops.cpp remove_instanceof.cpp \
24+
string_refine_preprocess.cpp
2425

2526
INCLUDES= -I ..
2627

0 commit comments

Comments
 (0)