about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-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
(getentropy_linux.c for example) require OpenSSL. Reported by Robert Scheck. 2020-12-15Import LibreSSL 3.3.1June McEnroe 2020-11-24Import LibreSSL 3.3.0June McEnroe 2020-10-22Import LibreSSL 3.2.2June McEnroe 2020-09-29Import LibreSSL 3.2.1June McEnroe 2020-09-29import: Add m4/ax_add_fortify_source.m4June McEnroe 2020-08-05build: Add README.7 to EXTRA_DIST 3.2.0June McEnroe 2020-08-03doc: Indicate that only OpenSSL 1.1.1b and newer workJune McEnroe