aboutsummaryrefslogtreecommitdiff
path: root/src/makefile
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2022-12-20 12:06:33 +0100
committerlonkaars <loek@pipeframe.xyz>2022-12-20 12:06:33 +0100
commitda810896f4c249d61f00e9e413d82dad2ad2058e (patch)
treeb6f19cb96ec330a843cb8f257a5bb528122e5f89 /src/makefile
parentbfb6b4cf92747d5a6457ff1a1d6a85cbef7b019b (diff)
update makefile for calling python script
Diffstat (limited to 'src/makefile')
-rw-r--r--src/makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/makefile b/src/makefile
index 2906e87..5dff86d 100644
--- a/src/makefile
+++ b/src/makefile
@@ -1,6 +1,6 @@
pixeldata-ball.vhd: pixeldata-ball-top.vhd bitmap-ball.vhd pixeldata-ball-bottom.vhd
cat $^ > $@
-bitmap-ball.vhd: bitmap-ball.py
- python3 $< > $@
+bitmap-ball.vhd: ball.png
+ python3 bitmap-ball.py $< > $@