summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2023-05-18 11:25:14 -0400
committerTavian Barnes <tavianator@tavianator.com>2023-05-18 11:25:35 -0400
commit4505819c576fc93f21d73e1bf85550250cdb72a2 (patch)
tree517cac40940f0fcace0c0d213eb797364822a355 /Makefile
parenta1231458e25a6b1d6e6a600d59ca1b252d65db1d (diff)
downloadbfs-4505819c576fc93f21d73e1bf85550250cdb72a2.tar.xz
bit: Rename int.h to bit.h
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 361f230..1d3bd20 100644
--- a/Makefile
+++ b/Makefile
@@ -240,7 +240,7 @@ LIBBFS := \
$(BIN)/bfs: $(OBJ)/src/main.o $(LIBBFS)
# Standalone unit tests
-UNITS := bfstd int trie xtimegm
+UNITS := bfstd bit trie xtimegm
UNIT_TESTS := $(UNITS:%=$(BIN)/tests/%)
UNIT_CHECKS := $(UNITS:%=check-%)