Skip to content

Commit 48db70e

Browse files
committed
Remove make logos option
1 parent 36dd1f8 commit 48db70e

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Makefile

+1-5
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,7 @@ CONVERTFLAGS = -density 150 -alpha remove -depth 8
55
default: all
66

77
.PHONY: all
8-
all: logos figures cheatsheets handouts docs
9-
10-
.PHONY: logos
11-
logos:
12-
wget https://github.com/matplotlib/matplotlib/raw/v3.8.2/doc/_static/logo2.png -O ./logos/logo2.png
8+
all: figures cheatsheets handouts docs
139

1410
.PHONY: figures
1511
figures:

0 commit comments

Comments
 (0)