From d1746995e5aa1497d46ad95726918233713a7b6d Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Wed, 17 Jul 2019 21:26:52 -0400 Subject: move authentication to separate file --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d80c8f2..c9fcefa 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ .POSIX: CFLAGS=-static -OBJECTS=blog.o post.o +OBJECTS=blog.o post.o auth.o all: blog -- cgit v1.2.1