diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2019-08-29 23:45:45 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2019-08-29 23:45:45 -0400 |
commit | a30b3f503bede87043262343ed26d6995b0a85d9 (patch) | |
tree | e24031938af531e2d2b308ae0c48f5c2639775b7 /Makefile | |
parent | c14a376ef6effe089d98e2211cb15e4b66e57fc1 (diff) | |
download | bfs-a30b3f503bede87043262343ed26d6995b0a85d9.tar.xz |
darray: New dynamic array library
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -72,6 +72,7 @@ all: bfs tests/mksock bfs: \ bftw.o \ color.o \ + darray.o \ diag.o \ dstring.o \ eval.o \ |