Show
Ignore:
Timestamp:
11/02/07 03:42:00 (14 months ago)
Author:
follower
Message:

Remove extra tabs emacs complained about.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/follower/wiz810mj/src/lib/Makefile

    r19 r21  
    5151delay.o: ../mcu/delay.c 
    5252    $(CC) $(INCLUDES) $(CFLAGS) -c  $< 
    53      
     53 
    5454mcu.o: ../mcu/mcu.c 
    5555    $(CC) $(INCLUDES) $(CFLAGS) -c  $< 
     
    6060#timer.o: ../mcu/timer.c 
    6161#   $(CC) $(INCLUDES) $(CFLAGS) -c  $< 
    62      
     62 
    6363main.o: ../main/main.c 
    6464    $(CC) $(INCLUDES) $(CFLAGS) -c  $< 
     
    7878sockutil.o: ../util/sockutil.c 
    7979    $(CC) $(INCLUDES) $(CFLAGS) -c  $< 
    80      
     80 
    8181util.o: ../util/util.c 
    8282    $(CC) $(INCLUDES) $(CFLAGS) -c  $< 
    83      
     83 
    8484##Link 
    8585$(TARGET): $(OBJECTS)