summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2019-07-26 18:11:14 -0400
committerJakob Kaivo <jkk@ung.org>2019-07-26 18:11:14 -0400
commitb9dfd01a7919df8faf8aa7f86554360444014e9d (patch)
tree1a9549573f335a5ccb39f15b63079ca4792cda93 /Makefile
parent9ceef9cf5043916754178370d8caf46a8fc79954 (diff)
let httpd do the authentication
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ed2bc04..13e4de8 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
.POSIX:
CFLAGS=-static
-OBJECTS=blog.o post.o auth.o index.o
+OBJECTS=blog.o post.o index.o
all: blog