Skip to content

Commit

Permalink
Merge pull request #2778 from jandubois/codesign
Browse files Browse the repository at this point in the history
Remove codesign target from Makefile
  • Loading branch information
AkihiroSuda authored Oct 22, 2024
2 parents 8eb855a + a0cdb95 commit 0da8964
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -575,12 +575,6 @@ artifacts-misc: | _artifacts
MKDIR_TARGETS += _artifacts

################################################################################
.PHONY: codesign
codesign: _output/bin/limactl
ifeq ($(GOOS),darwin)
codesign --entitlements vz.entitlements -s - $<
endif

# This target must be placed after any changes to the `MKDIR_TARGETS` variable.
# It seems that variable expansion in Makefile targets is not done recursively.
$(MKDIR_TARGETS):
Expand Down

0 comments on commit 0da8964

Please sign in to comment.