baum

diff Makefile @ 47:c31b5bb6d493

merged header files into only one (removed actions.h)
author meillo@marmaro.de
date Sun, 02 Mar 2008 10:34:09 +0100
parents 0b82169d4129
children f5f06d6f62b3
line diff
     1.1 --- a/Makefile	Sun Mar 02 10:29:55 2008 +0100
     1.2 +++ b/Makefile	Sun Mar 02 10:34:09 2008 +0100
     1.3 @@ -23,7 +23,7 @@
     1.4  # files
     1.5  SRC=baum.c actions.c
     1.6  OBJ=$(SRC:.c=.o)
     1.7 -DEP = baum.h actions.h
     1.8 +DEP = baum.h
     1.9  
    1.10  
    1.11