comparison 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
comparison
equal deleted inserted replaced
46:22305a6e128d 47:c31b5bb6d493
21 LDFLAGS = -Wall ${DEBUG} 21 LDFLAGS = -Wall ${DEBUG}
22 22
23 # files 23 # files
24 SRC=baum.c actions.c 24 SRC=baum.c actions.c
25 OBJ=$(SRC:.c=.o) 25 OBJ=$(SRC:.c=.o)
26 DEP = baum.h actions.h 26 DEP = baum.h
27 27
28 28
29 29
30 all: options build 30 all: options build
31 31