diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2023-05-16 10:24:29 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2023-05-16 11:29:48 -0400 |
commit | 6b0209f04a7a2fd3f8aec78808225177647c3aec (patch) | |
tree | cc2220c41a339cf985537b1a803226c99cde677f /Makefile | |
parent | c13171fd7177c843e2e08417297babf99a365f1c (diff) | |
download | bfs-6b0209f04a7a2fd3f8aec78808225177647c3aec.tar.xz |
int: Backport C23's _WIDTH macros
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -240,7 +240,7 @@ LIBBFS := \ $(BIN)/bfs: $(OBJ)/src/main.o $(LIBBFS) # Standalone unit tests -UNITS := bfstd trie xtimegm +UNITS := bfstd int trie xtimegm UNIT_TESTS := $(UNITS:%=$(BIN)/tests/%) UNIT_CHECKS := $(UNITS:%=check-%) |