diff options
author | lonkaars <loek@pipeframe.xyz> | 2023-03-12 19:46:49 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2023-03-12 19:46:49 +0100 |
commit | b247b52429f2fc6aecd29539ec5afa0d47218147 (patch) | |
tree | 7b17a37202f595f6c7c718fd30846200fc606e19 /test/upscaler/makefile | |
parent | 57da22cb15825b975d9fac499138413550903b25 (diff) |
upscaler test with coe initialized rom
Diffstat (limited to 'test/upscaler/makefile')
-rw-r--r-- | test/upscaler/makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/upscaler/makefile b/test/upscaler/makefile new file mode 100644 index 0000000..072d5b2 --- /dev/null +++ b/test/upscaler/makefile @@ -0,0 +1,2 @@ +img.coe: img.png + ./bitmap-ball.py $< > $@ |