From e8b3f24226dd1294cbf6d6e3a0ff2eb8a5403bd1 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Thu, 18 Jul 2019 19:18:36 -0400 Subject: new function add_to_index() --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c9fcefa..ed2bc04 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ .POSIX: CFLAGS=-static -OBJECTS=blog.o post.o auth.o +OBJECTS=blog.o post.o auth.o index.o all: blog -- cgit v1.2.1