From 616a243635c6185e95b5e26417243be8382c1523 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Fri, 25 Oct 2019 20:35:36 -0400 Subject: Rename project pounce --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4ebdd0c..c21a1a6 100644 --- a/Makefile +++ b/Makefile @@ -14,9 +14,9 @@ OBJS += ring.o OBJS += server.o OBJS += state.o -all: tags linger +all: tags pounce -linger: ${OBJS} +pounce: ${OBJS} ${CC} ${LDFLAGS} ${OBJS} ${LDLIBS} -o $@ ${OBJS}: bounce.h @@ -25,4 +25,4 @@ tags: *.c *.h ctags -w *.c *.h clean: - rm -f tags linger ${OBJS} + rm -f tags pounce ${OBJS} -- cgit 1.4.1