diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2023-10-27 12:45:10 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2023-10-27 12:45:10 -0400 |
commit | b18f56eaf260761d8b9154e3004587c90f8c67b8 (patch) | |
tree | c4c75dac51e0221061d5d49881e959026cc78d52 /GNUmakefile | |
parent | 58004c7c18baae9374f857f07844fa14b56c9644 (diff) | |
download | bfs-b18f56eaf260761d8b9154e3004587c90f8c67b8.tar.xz |
thread: Move thread wrapper functions out of line
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile index 62f24fb..2494b16 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -250,6 +250,7 @@ LIBBFS := \ $(OBJ)/src/printf.o \ $(OBJ)/src/pwcache.o \ $(OBJ)/src/stat.o \ + $(OBJ)/src/thread.o \ $(OBJ)/src/trie.o \ $(OBJ)/src/typo.o \ $(OBJ)/src/xregex.o \ |