diff Makefile @ 2:557fa4df2bcd

added difference between char and number
author meillo@marmaro.de
date Thu, 07 Feb 2008 14:46:27 +0100
parents 2f71d692d4f9
children 3c64b5ac821b
line wrap: on
line diff
--- a/Makefile	Thu Feb 07 14:31:02 2008 +0100
+++ b/Makefile	Thu Feb 07 14:46:27 2008 +0100
@@ -2,9 +2,9 @@
 
 # program
 PROGRAM = baum
-SRC = baum.c
+SRC = baum.c actions.c
 OBJ = ${SRC:.c=.o}
-DEP =
+DEP = baum.h actions.h
 
 # compile env
 CC = gcc