summaryrefslogtreecommitdiffstats
path: root/GNUmakefile
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2023-11-23 13:39:35 -0500
committerTavian Barnes <tavianator@tavianator.com>2023-11-23 13:56:03 -0500
commit394cf624ee9ab64090135d99ec4dcec0e0a69882 (patch)
treef1da67f621d7011f1de98bc795b3faebcdf33506 /GNUmakefile
parent23793f0805519afb304b6b820c46abeaf545f607 (diff)
downloadbfs-394cf624ee9ab64090135d99ec4dcec0e0a69882.tar.xz
darray: Remove
The new RESERVE() macro from alloc.h is nicer, and handles alignment properly.
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 2494b16..bcfdf76 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -236,7 +236,6 @@ LIBBFS := \
$(OBJ)/src/bftw.o \
$(OBJ)/src/color.o \
$(OBJ)/src/ctx.o \
- $(OBJ)/src/darray.o \
$(OBJ)/src/diag.o \
$(OBJ)/src/dir.o \
$(OBJ)/src/dstring.o \