From 6578b2dba6d959a84558b41b2c9cd6ad8dbcf761 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Fri, 6 May 2022 17:31:26 -0400 Subject: Don't rebuild sqlite3 when server.h changes --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 8fdd295..7fd2bde 100644 --- a/Makefile +++ b/Makefile @@ -44,9 +44,9 @@ all: scooper scooper: ${OBJS} ${CC} ${STATIC} ${LDFLAGS} ${OBJS} ${LDLIBS} -o $@ -${OBJS}: server.h sqlite3.h +contexts.o events.o html.o networks.o search.o server.o: server.h sqlite3.h -sqlite3.o: sqlite3.c +sqlite3.o: sqlite3.c sqlite3.h ${CC} ${CFLAGS} ${CFLAGS.sqlite3} -c $< -o $@ css.c: css.sh default.css color.css -- cgit 1.4.1