diff options
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 $< > $@ |