summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2023-04-06 14:55:25 -0400
committerTavian Barnes <tavianator@tavianator.com>2023-06-12 14:39:34 -0400
commite8df57b5a49a70e2daa5bb6c00b8e0e06c51306a (patch)
treec2d343355e23bb415d52b116b195d33ae434f1ed /Makefile
parenta69327f7844ca88ad5b6293bd334e5cb351d9591 (diff)
downloadbfs-e8df57b5a49a70e2daa5bb6c00b8e0e06c51306a.tar.xz
ioq: Implement an async I/O queue
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 20b4d07..8fc68fd 100644
--- a/Makefile
+++ b/Makefile
@@ -229,6 +229,7 @@ LIBBFS := \
$(OBJ)/src/eval.o \
$(OBJ)/src/exec.o \
$(OBJ)/src/fsade.o \
+ $(OBJ)/src/ioq.o \
$(OBJ)/src/mtab.o \
$(OBJ)/src/opt.o \
$(OBJ)/src/parse.o \