From bfb6b4cf92747d5a6457ff1a1d6a85cbef7b019b Mon Sep 17 00:00:00 2001 From: lonkaars Date: Mon, 19 Dec 2022 18:39:32 +0100 Subject: bouncing ball beginsel --- src/makefile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/makefile (limited to 'src/makefile') diff --git a/src/makefile b/src/makefile new file mode 100644 index 0000000..2906e87 --- /dev/null +++ b/src/makefile @@ -0,0 +1,6 @@ +pixeldata-ball.vhd: pixeldata-ball-top.vhd bitmap-ball.vhd pixeldata-ball-bottom.vhd + cat $^ > $@ + +bitmap-ball.vhd: bitmap-ball.py + python3 $< > $@ + -- cgit v1.2.3