Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion src/goto-programs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ SRC = goto_convert.cpp goto_convert_function_call.cpp \
remove_returns.cpp osx_fat_reader.cpp remove_complex.cpp \
goto_trace.cpp xml_goto_trace.cpp vcd_goto_trace.cpp \
graphml_witness.cpp remove_virtual_functions.cpp \
class_hierarchy.cpp show_goto_functions.cpp get_goto_model.cpp
class_hierarchy.cpp show_goto_functions.cpp get_goto_model.cpp \
pass_preprocess.cpp

INCLUDES= -I ..

Expand Down
Loading