From a8f412ce4316566396048e394271f6708642e094 Mon Sep 17 00:00:00 2001 From: mutantturkey Date: Tue, 17 May 2011 20:23:58 -0400 Subject: switched to multiple files, whew thats a relief --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index da364d5..76de47e 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ include config.mk -SRC = sb.c defaults.h +SRC = sb.c callbacks.c OBJ = ${SRC:.c=.o} all: options sb @@ -23,11 +23,11 @@ ${OBJ}: config.mk sb: ${OBJ} @echo CC -o $@ - @${CC} -o $@ sb.o ${LDFLAGS} + @${CC} -o $@ sb.o callbacks.o ${LDFLAGS} clean: @echo cleaning - @rm -f sb sb.o sb-${VERSION}.tar.gz + @rm -f sb ${OBJ} sb-${VERSION}.tar.gz dist: clean @echo creating dist tarball -- cgit v1.2.3