Changeset 1093 in Sophya for trunk/Eval


Ignore:
Timestamp:
Jul 26, 2000, 3:16:10 PM (25 years ago)
Author:
ansari
Message:

add clean: ds makefile cmv 26/7/00

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Eval/Speed/makefile

    r991 r1093  
    44LIBBLAS = -ldxml
    55
    6 all : vectorF vectorBlas vectorC vectorCXX vectorSTL matrix tompC tompCXX
     6PROGS = vectorF vectorBlas vectorC vectorCXX vectorSTL matrix tompC tompCXX
     7
     8all : $(PROGS)
     9
     10clean :
     11        rm -f $(PROGS) *.o
    712
    813
Note: See TracChangeset for help on using the changeset viewer.