From 74ec145c5e44a51789e9117b1ae93dfd7be24d86 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Mon, 13 Mar 2023 18:26:54 +0100 Subject: fix display upscaler (output working!) --- test/upscaler/makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'test/upscaler/makefile') diff --git a/test/upscaler/makefile b/test/upscaler/makefile index 072d5b2..393eda4 100644 --- a/test/upscaler/makefile +++ b/test/upscaler/makefile @@ -1,2 +1,4 @@ img.coe: img.png - ./bitmap-ball.py $< > $@ + +%.coe: %.png + ./img2coe.py $< > $@ -- cgit v1.2.3