We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bfef0b6 + b159681 commit 3977b6cCopy full SHA for 3977b6c
Makefile
@@ -24,11 +24,11 @@ CBMC-sv-comp-$(YEAR).tar.gz: cbmc.inc tool-wrapper.inc $(CBMC)/LICENSE $(CBMC)/s
24
cd tmp && chmod a+rX * && tar cfz ../$@ * && rm cbmc cbmc-binary LICENSE
25
rmdir tmp
26
27
-2ls-sv-comp-$(YEAR).tar.gz: 2ls.inc tool-wrapper.inc $(2LS)/LICENSE $(2LS)/src/summarizer/2ls
+2ls-sv-comp-$(YEAR).tar.gz: 2ls.inc tool-wrapper.inc $(2LS)/LICENSE $(2LS)/src/2ls/2ls
28
mkdir -p tmp
29
$(MAKE) 2ls-wrapper
30
mv 2ls-wrapper tmp/2ls
31
cp $(2LS)/LICENSE tmp/
32
- cp $(2LS)/src/summarizer/2ls tmp/2ls-binary
+ cp $(2LS)/src/2ls/2ls tmp/2ls-binary
33
cd tmp && chmod a+rX * && tar cfz ../$@ * && rm 2ls 2ls-binary LICENSE
34
0 commit comments