Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Running `make` twice currently ends with an error: ``` % make [...] % make CGO_ENABLED=1 CGO_CFLAGS=-mmacosx-version-min=11.0 GOOS=darwin GOARCH=amd64 go build -o out/vfkit-amd64 ./cmd/vfkit codesign --entitlements vf.entitlements -s - out/vfkit-amd64 out/vfkit-amd64: is already signed make: *** [out/vfkit-amd64] Error 1 ``` This commit moves codesigning to its own target, and makes use of 'stamp' files to detect when codesigning needs to be redone.
- Loading branch information