From da810896f4c249d61f00e9e413d82dad2ad2058e Mon Sep 17 00:00:00 2001 From: lonkaars Date: Tue, 20 Dec 2022 12:06:33 +0100 Subject: update makefile for calling python script --- src/makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/makefile') 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 $< > $@ -- cgit v1.2.3