Changeset 60 for trunk/orca

Show
Ignore:
Timestamp:
02/22/06 13:59:16 (3 years ago)
Author:
krobillard
Message:

tests/Makefile works again. GNU make requires tabs.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/orca/tests/Makefile

    r59 r60  
    22 
    33test: 
    4     @./run_test working/*.r 
    5     @./orca_test orca/*.r 
     4        @./run_test working/*.r 
     5        @./orca_test orca/*.r 
    66 
    77clean: 
    8     @rm -f rebol/*.outr rebol/*.out 
    9     @rm -f working/*.outr working/*.out 
    10     @rm -f orca/*.out 
     8        @rm -f rebol/*.outr rebol/*.out 
     9        @rm -f working/*.outr working/*.out 
     10        @rm -f orca/*.out