summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2020-11-03 13:29:45 -0500
committerTavian Barnes <tavianator@tavianator.com>2020-11-03 13:33:38 -0500
commite7a87862e6553873a53e90d982be6f3ef08a5ed2 (patch)
treeed1631a51a4be1e63036646baa2231eac704ec4b /Makefile
parent0e2552e84a621fdb70c4c91258224b8e515869ab (diff)
downloadbfs-e7a87862e6553873a53e90d982be6f3ef08a5ed2.tar.xz
bar: Implement terminal status bars
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index bc8161e..ab7e707 100644
--- a/Makefile
+++ b/Makefile
@@ -92,6 +92,7 @@ default: bfs
all: bfs tests/mksock tests/trie tests/xtimegm
bfs: \
+ bar.o \
bftw.o \
color.o \
ctx.o \