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.
1 parent ae4aff8 commit f335eacCopy full SHA for f335eac
Makefile
@@ -1,3 +1,7 @@
1
+all: create_badge create_favicon
2
+
3
+.PHONY: create_badge create_favicon
4
5
create_badge:
6
SVG_BASE64=$(shell base64 -w 0 docs/src/assets/logo.svg); \
7
curl -o "badge.svg" "https://img.shields.io/badge/tested_with-Aqua.jl-05C3DD.svg?logo=data:image/svg+xml;base64,$$SVG_BASE64"
0 commit comments