Skip to content

Commit 2cc423e

Browse files
lucasccordeiropeterschrammel
authored andcommitted
added json to cegis makefile
Signed-off-by: Lucas Cordeiro <[email protected]>
1 parent 6cc36c1 commit 2cc423e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/cegis/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,8 @@ OBJ += ../ansi-c/ansi-c$(LIBEXT) \
115115
../cbmc/show_vcc$(OBJEXT) \
116116
../cbmc/cbmc_dimacs$(OBJEXT) ../cbmc/all_properties$(OBJEXT) \
117117
../cbmc/fault_localization$(OBJEXT) \
118-
../cbmc/symex_coverage$(OBJEXT)
118+
../cbmc/symex_coverage$(OBJEXT) \
119+
../json/json$(LIBEXT)
119120

120121
INCLUDES= -I ..
121122

0 commit comments

Comments
 (0)