diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile index c974242..80b5261 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ LDLIBS = -ltls -include config.mk -OBJS += bouncer.o +OBJS += bounce.o OBJS += listen.o all: tags linger @@ -15,7 +15,7 @@ all: tags linger linger: ${OBJS} ${CC} ${LDFLAGS} ${OBJS} ${LDLIBS} -o $@ -${OBJS}: bouncer.h +${OBJS}: bounce.h tags: *.c *.h ctags -w *.c *.h |