Changeset 9

Show
Ignore:
Timestamp:
05/15/07 00:35:42 (5 years ago)
Author:
mike
Message:

Fixed makefile

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/Makefile

    r8 r9  
    22 
    33CTAGS = my.tags 
    4 DEPEND= makedepend $(CFLAGS) -D__SSE__ -D__MMX__ -D__SSE2__ 
     4#DEPEND= makedepend $(CFLAGS) -D__SSE__ -D__MMX__ -D__SSE2__ 
    55CC = gcc 
    66OBJS = main.o helpers.o 
     
    1515 
    1616 
    17 life: depend $(OBJS) 
     17life: $(OBJS) 
    1818    $(CC) -o $@ $(OBJS) 
    1919 
     
    2222 
    2323 
    24 depend: $(SRCS) 
    25     $(DEPEND) $(SRCS) 
     24#depend: $(SRCS) 
     25#   $(DEPEND) $(SRCS) 
    2626 
    2727ctags: