Changeset 146 in libcf for trunk/src/makefile


Ignore:
Timestamp:
07/26/13 10:17:23 (11 years ago)
Author:
cheese
Message:

#1 fix build option for static library

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/makefile

    r133 r146  
    4949
    5050$(TARGET_PATH)/%.$(EXT_STATIC): $(OBJS)
    51     $(AR) $(ARFLAGS) -o $@ $?
     51    $(AR) $(ARFLAGS) $@ $?
    5252
    5353# compile
Note: See TracChangeset for help on using the changeset viewer.