summary refs log tree commit diff stats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 100e062..9036784 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ OUT = gemlog
 
 PREFIX = /usr
 
-OBJS = gemlog.o html.o free.o main.o strlcpy.o strlcat.o
+OBJS = gemlog.o html.o index_gmi.o free.o main.o strlcpy.o strlcat.o
 MANPAGES = 
 
 all: $(OUT)