diff --git a/sfy/Makefile b/sfy/Makefile index 0ee96cd..f838796 100644 --- a/sfy/Makefile +++ b/sfy/Makefile @@ -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