Changeset 49 in cheroxy


Ignore:
Timestamp:
11/26/12 17:26:12 (11 years ago)
Author:
cheese
Message:

#1 change makefile to leave test execution file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/makefile

    r46 r49  
    6868
    6969# test
    70 test: all
    71     $(LD) $(LDFLAGS) -o $(TARGET_TEST) -L$(TARGET_PATH) -lcheroxy $(LIBS)
    72     cd $(TARGET_PATH); LD_LIBRARY_PATH=. $(TARGET_TEST)
     70$(TARGET_TEST): $(TARGET)
     71    $(LD) $(LDFLAGS) -o $@ -L$(TARGET_PATH) -lcheroxy $(LIBS)
    7372
     73test: $(TARGET_TEST)
     74    cd $(TARGET_PATH); LD_LIBRARY_PATH=. $<
     75
Note: See TracChangeset for help on using the changeset viewer.