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 db77596 + 4c1b3b3 commit 52cbfe8Copy full SHA for 52cbfe8
src/goto-diff/Makefile
@@ -51,5 +51,5 @@ goto-diff$(EXEEXT): $(OBJ)
51
52
.PHONY: goto-diff-mac-signed
53
54
-cbmc-mac-signed: goto-diff$(EXEEXT)
+goto-diff-mac-signed: goto-diff$(EXEEXT)
55
strip goto-diff$(EXEEXT) ; codesign -v -s $(OSX_IDENTITY) goto-diff$(EXEEXT)
0 commit comments