Created
February 26, 2020 15:19
-
-
Save jvehent/6a0ab115cfe3c6772cdf0685a937c868 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$(subst go.mozilla.org/autograph/signer/autograph, | |
go.mozilla.org/autograph, | |
$(subst go.mozilla.org/autograph/signer/monitor, | |
go.mozilla.org/autograph/tools/autograph-monitor, | |
$(subst go.mozilla.org/autograph/signer/signer, | |
go.mozilla.org/autograph/signer, | |
$(subst go.mozilla.org/autograph/signer/formats, | |
go.mozilla.org/autograph/formats, | |
$(subst go.mozilla.org/autograph/signer/database, | |
go.mozilla.org/autograph/database, | |
$(addprefix go.mozilla.org/autograph/signer/,$(PACKAGE_NAMES)) | |
) | |
) | |
) | |
) | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment