1
0
mirror of git://projects.qi-hardware.com/ben-scans.git synced 2024-11-21 21:33:11 +02:00
This commit is contained in:
Werner Almesberger 2010-09-27 12:27:55 -03:00
parent 26beb8af0c
commit dbc736089e

View File

@ -31,6 +31,3 @@ $(NAME).pov: template.pov
clean:
rm -f $(PARTS:%=%.inc) $(PARTS:%=%.pov) *.pgm
rm -f $(PARTS:%=%.png)
xxx:
for n in $(PARTS); do ( make NAME=$$n pov && qippl $$n.png tmp; ) & done