Skip to content

Commit 82e9441

Browse files
authored
Merge pull request #4727 from tautschnig/cleanup-Makefile
Remove duplicate json Makefile entry
2 parents 3093e86 + 5c38aff commit 82e9441

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/cbmc/Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@ OBJ += ../ansi-c/ansi-c$(LIBEXT) \
4141
../xmllang/xmllang$(LIBEXT) \
4242
../assembler/assembler$(LIBEXT) \
4343
../solvers/solvers$(LIBEXT) \
44-
../util/util$(LIBEXT) \
45-
../json/json$(LIBEXT)
44+
../util/util$(LIBEXT)
4645

4746
INCLUDES= -I ..
4847

0 commit comments

Comments
 (0)