new_thea/Embedded/libraries/Adafruit_SSD1306/scripts/Makefile
2021-10-03 15:01:42 +01:00

11 lines
180 B
Makefile

PY=python3
splash.h: make_splash.py splash1.png splash2.png
${PY} make_splash.py splash1.png splash1 >$@
${PY} make_splash.py splash2.png splash2 >>$@
clean:
rm -f splash.h