about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files 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