Skip to content

Commit 989e6d5

Browse files
committed
splash3 was manually created, make_splash.py is more recent, adding splash3.png and updating Makefile. Not regenerating splash.h yet.
1 parent dc8967e commit 989e6d5

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

scripts/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ PY=python3
44
splash.h: make_splash.py splash1.png splash2.png
55
${PY} make_splash.py splash1.png splash1 >$@
66
${PY} make_splash.py splash2.png splash2 >>$@
7+
${PY} make_splash.py splash3.png splash3 >>$@
78

89
clean:
910
rm -f splash.h

scripts/splash3.png

349 Bytes
Loading

0 commit comments

Comments
 (0)