From cbbee0458299355ccae4d9c1510cd85353b5c0cd Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Sat, 1 Aug 2020 00:10:58 -0400 Subject: Remove compat.h --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1d8b74a..a325b8a 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,7 @@ calico: dispatch.o pounce: ${OBJS} ${CC} ${LDFLAGS} ${OBJS} ${LDLIBS} -o $@ -${OBJS}: bounce.h compat.h +${OBJS}: bounce.h .SUFFIXES: .in -- cgit 1.4.1