diff options
| author | lonkaars <loek@pipeframe.xyz> | 2022-12-19 18:39:32 +0100 |
|---|---|---|
| committer | lonkaars <loek@pipeframe.xyz> | 2022-12-19 18:39:32 +0100 |
| commit | bfb6b4cf92747d5a6457ff1a1d6a85cbef7b019b (patch) | |
| tree | a4c4534e5b1102ea0e36250c7c27c86554ceab8e /src/makefile | |
| parent | 3f01179d64959276062284ab17239844c02d952c (diff) | |
bouncing ball beginsel
Diffstat (limited to 'src/makefile')
| -rw-r--r-- | src/makefile | 6 |
1 files changed, 6 insertions, 0 deletions
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 $< > $@ + |