ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/test/renders/Makefile
(Generate patch)

Comparing ray/test/renders/Makefile (file contents):
Revision 1.3 by greg, Sun Nov 18 16:37:32 2018 UTC vs.
Revision 1.4 by greg, Sun Nov 18 17:11:54 2018 UTC

# Line 22 | Line 22 | clean:
22   # Special test of xform
23  
24   test-xform:     combined_scene.rad
25 <        xform -f combined_scene.rad > combined.rad
25 >        xform -f combined_scene.rad | grep -v '^[       ]*#' > combined.rad
26          radcompare ref/combined.rad combined.rad
27  
28   ### Octree for dielectric ###

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines