aboutsummaryrefslogtreecommitdiff
path: root/test/upscaler/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'test/upscaler/makefile')
-rw-r--r--test/upscaler/makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/upscaler/makefile b/test/upscaler/makefile
new file mode 100644
index 0000000..393eda4
--- /dev/null
+++ b/test/upscaler/makefile
@@ -0,0 +1,4 @@
+img.coe: img.png
+
+%.coe: %.png
+ ./img2coe.py $< > $@