diff options
author | Jakob Kaivo <jkk@ung.org> | 2019-07-18 19:18:36 -0400 |
---|---|---|
committer | Jakob Kaivo <jkk@ung.org> | 2019-07-18 19:18:36 -0400 |
commit | e8b3f24226dd1294cbf6d6e3a0ff2eb8a5403bd1 (patch) | |
tree | 93f7055ee914e83d32df23213cd3866c8e389313 /Makefile | |
parent | 9875fdaae6f71cd00ee4c7e99abf171b7f51116e (diff) |
new function add_to_index()
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 +OBJECTS=blog.o post.o auth.o index.o all: blog |