diff options
author | Jakob Kaivo <jkk@ung.org> | 2019-07-26 18:11:14 -0400 |
---|---|---|
committer | Jakob Kaivo <jkk@ung.org> | 2019-07-26 18:11:14 -0400 |
commit | b9dfd01a7919df8faf8aa7f86554360444014e9d (patch) | |
tree | 1a9549573f335a5ccb39f15b63079ca4792cda93 /Makefile | |
parent | 9ceef9cf5043916754178370d8caf46a8fc79954 (diff) |
let httpd do the authentication
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |