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.
1 parent d967bc8 commit 9b5005dCopy full SHA for 9b5005d
sv-comp/Makefile
@@ -0,0 +1,5 @@
1
+all:
2
+ mkdir -p tmp
3
+ cp ../LICENSE cbmc tmp/
4
+ cp ../src/cbmc/cbmc tmp/cbmc-binary
5
+ cd tmp; tar cfz ../CBMC-sv-comp-2017.tar.gz *; rm cbmc cbmc-binary LICENSE; cd ..; rm -R tmp
0 commit comments