--- ray/src/gen/Rmakefile 2013/08/09 16:51:15 2.32 +++ ray/src/gen/Rmakefile 2014/04/26 15:59:38 2.33 @@ -1,4 +1,4 @@ -# RCSid: $Id: Rmakefile,v 2.32 2013/08/09 16:51:15 greg Exp $ +# RCSid: $Id: Rmakefile,v 2.33 2014/04/26 15:59:38 greg Exp $ # # Makefile for object generation programs # @@ -29,7 +29,7 @@ install: $(PROGS) $(LIBFILES) glaze.csh cp $(LIBFILES) $(LIBDIR) clean: - set nonomatch; rm -f $(PROGS) *.o core + set nonomatch; rm -f $(PROGS) *.o genbeads: genbeads.o hermite3.o $(CC) $(CFLAGS) -o genbeads genbeads.o hermite3.o $(MLIB)