summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2019-07-17 21:26:52 -0400
committerJakob Kaivo <jkk@ung.org>2019-07-17 21:26:52 -0400
commitd1746995e5aa1497d46ad95726918233713a7b6d (patch)
tree7678d2208d23cafc64827184ac03b272fef0c898 /Makefile
parent4de3158c80864aa130ac6f701f4c28a2aa7bbf20 (diff)
move authentication to separate file
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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