Changeset 1057


Ignore:
Timestamp:
01/21/2010 05:44:32 PM (2 years ago)
Author:
agr
Message:

updated jiga-read makefile

Location:
nano-RK/projects/networking/SAMPL/slip-clients/examples/jiga-read
Files:
2 copied

Legend:

Unmodified
Added
Removed
  • nano-RK/projects/networking/SAMPL/slip-clients/examples/jiga-read/makefile

    r1056 r1057  
    3030OBJS=$(SOURCES:.c=.o) 
    3131 
    32 all: simple-client  
     32all: jiga-read  
    3333 
    34 default: simple-client  
     34default: jiga-read 
    3535 
    36 simple-client: $(OBJS) 
     36jiga-read: $(OBJS) 
    3737        $(CC) $(LDFLAGS) $(OBJS) -o $@ 
    3838 
     
    4141 
    4242clean: 
    43         rm -rf *~ $(OBJS) simple-client $(SAMPL_ROOT)/pkt-handlers/*.o ../../transducer-pkts/*.o  
     43        rm -rf *~ $(OBJS) jiga-read $(SAMPL_ROOT)/pkt-handlers/*.o ../../transducer-pkts/*.o  
Note: See TracChangeset for help on using the changeset viewer.