--- ray/src/rt/Rmakefile 2023/09/12 17:00:54 2.91 +++ ray/src/rt/Rmakefile 2023/11/15 18:02:52 2.92 @@ -1,4 +1,4 @@ -# RCSid: $Id: Rmakefile,v 2.91 2023/09/12 17:00:54 greg Exp $ +# RCSid: $Id: Rmakefile,v 2.92 2023/11/15 18:02:52 greg Exp $ # # Compiles for ray tracing programs. # @@ -110,7 +110,7 @@ HEADERS = ambient.h ray.h data.h otspecial.h source.h # PROGS = $(DESTDIR)/rtrace $(DESTDIR)/rpict $(DESTDIR)/rvu $(DESTDIR)/rcontrib \ -$(DESTDIR)/rxtrace $(DESTDIR)/lookamb $(DESTDIR)/mkpmap $(DESTDIR)/pmapdump +$(DESTDIR)/lookamb $(DESTDIR)/mkpmap $(DESTDIR)/pmapdump all: $(PROGS) $(RCLIB) $(SPECIAL)