diff options
author | Ali Fardan <raiz@stellarbound.space> | 2020-11-04 14:23:47 +0300 |
---|---|---|
committer | Ali Fardan <raiz@stellarbound.space> | 2020-11-04 14:23:47 +0300 |
commit | eb1a7e0e8d802423cc3aa1ff6db81923df2f3045 (patch) | |
tree | 10248a4a079d6d00ed1b418c3d3b6f87a906ad29 /Makefile | |
parent | b9b2ae68e26ef1b1b033d4231f8d7e53244cebff (diff) | |
download | gemlog-master.tar.gz |
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
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) |