summary refs log tree commit diff stats
path: root/Makefile
diff options
context:
space:
mode:
authorAli Fardan <raiz@stellarbound.space>2020-11-04 14:23:47 +0300
committerAli Fardan <raiz@stellarbound.space>2020-11-04 14:23:47 +0300
commiteb1a7e0e8d802423cc3aa1ff6db81923df2f3045 (patch)
tree10248a4a079d6d00ed1b418c3d3b6f87a906ad29 /Makefile
parentb9b2ae68e26ef1b1b033d4231f8d7e53244cebff (diff)
downloadgemlog-master.tar.gz
add HTML index generator HEAD master
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9036784..9c0158a 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ OUT = gemlog
 
 PREFIX = /usr
 
-OBJS = gemlog.o html.o index_gmi.o free.o main.o strlcpy.o strlcat.o
+OBJS = atom.o gemlog.o html.o index_gmi.o index_html.o free.o main.o strlcpy.o strlcat.o
 MANPAGES = 
 
 all: $(OUT)