bday

diff Makefile @ 7:b6f4c7fba64a

all sources now in one file
author meillo@marmaro.de
date Tue, 18 Dec 2007 11:59:21 +0100
parents 5af6bf2cb271
children 9bd926eb89fa
line diff
     1.1 --- a/Makefile	Mon Dec 17 16:31:40 2007 +0100
     1.2 +++ b/Makefile	Tue Dec 18 11:59:21 2007 +0100
     1.3 @@ -12,7 +12,7 @@
     1.4  BINDIR = ${PREFIX}/bin
     1.5  MANDIR = ${PREFIX}/share/man
     1.6  
     1.7 -SRC=birthday.c bdengine.c
     1.8 +SRC=bday.c
     1.9  OBJ=$(SRC:.c=.o)
    1.10  
    1.11  CFLAGS=-O2 -Wall