diff options
author | lonkaars <loek@pipeframe.xyz> | 2023-03-13 18:26:54 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2023-03-13 18:26:54 +0100 |
commit | 74ec145c5e44a51789e9117b1ae93dfd7be24d86 (patch) | |
tree | 65861f837c708a8ff32ebcdfd389094492085ba9 /test/upscaler/makefile | |
parent | b247b52429f2fc6aecd29539ec5afa0d47218147 (diff) |
fix display upscaler (output working!)
Diffstat (limited to 'test/upscaler/makefile')
-rw-r--r-- | test/upscaler/makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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 $< > $@ |