aboutsummaryrefslogtreecommitdiff
path: root/src/makefile
blob: 8ecc8f201d99e3dffab9f6597882908b6546fd54 (plain)
1
2
3
4
5
6
7
.PHONY: clean

bitmap-ball.coe: ball.png
	python3 bitmap-ball.py $< > $@

clean:
	$(RM) bitmap-ball.coe