Skip to content

Commit 3977b6c

Browse files
authored
Merge pull request #13 from peterschrammel/2ls-executable-path
Updated path to 2ls executable
2 parents bfef0b6 + b159681 commit 3977b6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ CBMC-sv-comp-$(YEAR).tar.gz: cbmc.inc tool-wrapper.inc $(CBMC)/LICENSE $(CBMC)/s
2424
cd tmp && chmod a+rX * && tar cfz ../$@ * && rm cbmc cbmc-binary LICENSE
2525
rmdir tmp
2626

27-
2ls-sv-comp-$(YEAR).tar.gz: 2ls.inc tool-wrapper.inc $(2LS)/LICENSE $(2LS)/src/summarizer/2ls
27+
2ls-sv-comp-$(YEAR).tar.gz: 2ls.inc tool-wrapper.inc $(2LS)/LICENSE $(2LS)/src/2ls/2ls
2828
mkdir -p tmp
2929
$(MAKE) 2ls-wrapper
3030
mv 2ls-wrapper tmp/2ls
3131
cp $(2LS)/LICENSE tmp/
32-
cp $(2LS)/src/summarizer/2ls tmp/2ls-binary
32+
cp $(2LS)/src/2ls/2ls tmp/2ls-binary
3333
cd tmp && chmod a+rX * && tar cfz ../$@ * && rm 2ls 2ls-binary LICENSE
3434
rmdir tmp

0 commit comments

Comments
 (0)