We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61340a7 commit 0eeec2eCopy full SHA for 0eeec2e
src/goto-programs/Makefile
@@ -20,7 +20,8 @@ SRC = goto_convert.cpp goto_convert_function_call.cpp \
20
slice_global_inits.cpp goto_inline_class.cpp class_identifier.cpp \
21
show_goto_functions_json.cpp \
22
show_goto_functions_xml.cpp \
23
- remove_static_init_loops.cpp remove_instanceof.cpp
+ remove_static_init_loops.cpp remove_instanceof.cpp \
24
+ string_refine_preprocess.cpp
25
26
INCLUDES= -I ..
27
0 commit comments