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 8eb855a + a0cdb95 commit 0da8964Copy full SHA for 0da8964
Makefile
@@ -575,12 +575,6 @@ artifacts-misc: | _artifacts
575
MKDIR_TARGETS += _artifacts
576
577
################################################################################
578
-.PHONY: codesign
579
-codesign: _output/bin/limactl
580
-ifeq ($(GOOS),darwin)
581
- codesign --entitlements vz.entitlements -s - $<
582
-endif
583
-
584
# This target must be placed after any changes to the `MKDIR_TARGETS` variable.
585
# It seems that variable expansion in Makefile targets is not done recursively.
586
$(MKDIR_TARGETS):
0 commit comments