diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2020-06-15 16:58:24 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2020-06-15 16:58:24 +0000 |
commit | 2ccb0dc5103afa2e0716d2c86be0e3f2b63816f4 (patch) | |
tree | 49d5160c39e22ced651aa213368a824caa12c015 /Makefile | |
parent | 5a2022bad6ea3a79a27a1ff0f18e1e9b02932d4d (diff) | |
download | mandoc-2ccb0dc5103afa2e0716d2c86be0e3f2b63816f4.tar.gz |
add missing compat_stringlist.o to ALL_COBJS, useful for make clean
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -261,6 +261,7 @@ ALL_COBJS = compat_err.o \ compat_reallocarray.o \ compat_recallocarray.o \ compat_strcasestr.o \ + compat_stringlist.o \ compat_strlcat.o \ compat_strlcpy.o \ compat_strndup.o \ |