Skip to content

Commit 4c82f26

Browse files
Fix JBMC paths
1 parent 642d23f commit 4c82f26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ cbmc.zip: cbmc.inc tool-wrapper.inc $(CBMC)/LICENSE $(CBMC)/src/cbmc/cbmc $(CBMC
4242
cd $(basename $@) && rm 2ls 2ls-binary goto-cc LICENSE
4343
rmdir $(basename $@)
4444

45-
jbmc.zip: jbmc.inc tool-wrapper.inc $(JBMC)/LICENSE $(JBMC)/jbmc/src/jbmc
45+
jbmc.zip: jbmc.inc tool-wrapper.inc $(JBMC)/LICENSE $(JBMC)/jbmc/src/jbmc/jbmc
4646
mkdir -p $(basename $@)
4747
$(MAKE) jbmc-wrapper
4848
mv jbmc-wrapper $(basename $@)/jbmc

0 commit comments

Comments
 (0)