File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,13 +30,13 @@ cbmc.zip: cbmc.inc tool-wrapper.inc $(CBMC)/LICENSE $(CBMC)/src/cbmc/cbmc $(CBMC
3030 cd $(basename $@ ) && rm cbmc cbmc-binary goto-cc LICENSE
3131 rmdir $(basename $@ )
3232
33- 2ls.zip : 2ls.inc tool-wrapper.inc $(2LS ) /LICENSE $(2LS ) /src/2ls/2ls $(2LS ) /src/goto-cc/goto-cc
33+ 2ls.zip : 2ls.inc tool-wrapper.inc $(2LS ) /LICENSE $(2LS ) /src/2ls/2ls $(2LS ) /cbmc/ src/goto-cc/goto-cc
3434 mkdir -p $(basename $@ )
3535 $(MAKE ) 2ls-wrapper
3636 mv 2ls-wrapper $(basename $@ ) /2ls
3737 cp $(2LS ) /LICENSE $(basename $@ ) /
3838 cp $(2LS ) /src/2ls/2ls $(basename $@ ) /2ls-binary
39- cp $(2LS ) /src/goto-cc/goto-cc $(basename $@ ) /
39+ cp $(2LS ) /cbmc/ src/goto-cc/goto-cc $(basename $@ ) /
4040 chmod a+rX $(basename $@ ) /*
4141 zip -r $@ $(basename $@ )
4242 cd $(basename $@ ) && rm 2ls 2ls-binary goto-cc LICENSE
You can’t perform that action at this time.
0 commit comments