Changeset 110 for trunk/examples


Ignore:
Timestamp:
Oct 14, 2005, 2:28:16 PM (19 years ago)
Author:
cxsong
Message:

adjusted lib flag for mac build

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/examples/fermi_fortran/Makefile

    r104 r110  
    4747        $(F77) -g -Wall $(LIB_RAPPTURE) -o $@ $<
    4848
     49mac: fermi_example.f
     50        $(F77) -g -Wall -L$(LIB_DIR) -lrappture -lscew  -o fermi_example $<
     51
    4952#### CLEAN UP ############################################################
    5053clean:
Note: See TracChangeset for help on using the changeset viewer.