Skip to content

Commit f335eac

Browse files
hyrodiumfingolfin
andauthored
Update Makefile
Co-authored-by: Max Horn <[email protected]>
1 parent ae4aff8 commit f335eac

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
all: create_badge create_favicon
2+
3+
.PHONY: create_badge create_favicon
4+
15
create_badge:
26
SVG_BASE64=$(shell base64 -w 0 docs/src/assets/logo.svg); \
37
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

Comments
 (0)