Skip to content

Commit b01c356

Browse files
Adding refined_string_type to util Makefile
1 parent 03c5660 commit b01c356

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/util/Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ SRC = arith_tools.cpp base_type.cpp cmdline.cpp config.cpp symbol_table.cpp \
2323
memory_info.cpp pipe_stream.cpp irep_hash.cpp endianness_map.cpp \
2424
ssa_expr.cpp json_irep.cpp json_expr.cpp \
2525
fresh_symbol.cpp \
26-
string_utils.cpp
26+
string_utils.cpp \
27+
refined_string_type.cpp \
28+
#Empty last line
2729

2830
INCLUDES= -I ..
2931

0 commit comments

Comments
 (0)