Skip to content

Commit 57e3a71

Browse files
Fix paths for 2ls.zip
1 parent 7a40434 commit 57e3a71

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
@@ -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

0 commit comments

Comments
 (0)