summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2023-03-28 14:18:08 -0400
committerTavian Barnes <tavianator@tavianator.com>2023-03-29 12:26:43 -0400
commit135b98c26456adbfbc72fb12e4753ee0716b1f92 (patch)
tree992541d0f4b215dd44a6648db0f796a7a05da2dc /Makefile
parente40855d3b98aa3f65c19608b3d8c70f54b714063 (diff)
downloadbfs-135b98c26456adbfbc72fb12e4753ee0716b1f92.tar.xz
list: New generic linked list API
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b509065..428a0f7 100644
--- a/Makefile
+++ b/Makefile
@@ -223,6 +223,7 @@ LIBBFS := \
$(OBJ)/src/eval.o \
$(OBJ)/src/exec.o \
$(OBJ)/src/fsade.o \
+ $(OBJ)/src/list.o \
$(OBJ)/src/mtab.o \
$(OBJ)/src/opt.o \
$(OBJ)/src/parse.o \