home *** CD-ROM | disk | FTP | other *** search
/ Altsys Virtuoso 2.0K / virtuoso_20k.iso / DemoApps / Graphics / Viewers / raytracers / ohta / Makefile < prev    next >
Encoding:
Makefile  |  1991-10-08  |  192 b   |  10 lines

  1. test100.v:
  2.     echo f 90 >test100.v
  3.     echo l 1 1 -3 >>test100.v
  4.     echo l -4 0 -1 >>test100.v
  5.     random 100 0.07 >>test100.v
  6.     echo e >>test100.v
  7.  
  8. test100.pic: test100.v
  9.     ray -t test100.v test100.pic 
  10.