diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2020-02-13 17:08:23 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2020-02-13 17:08:23 -0500 |
commit | 1ca8b4d9e81bfe7bed51fa6b858d59b721143054 (patch) | |
tree | 2f5347c32bb5e9e7685a18bbcbf8ffe4ab3d1ddf /Makefile | |
parent | 95f862fdd82a99e30bbf2c43009ec9a51e416804 (diff) | |
download | bfs-1ca8b4d9e81bfe7bed51fa6b858d59b721143054.tar.xz |
time: Split out time-related functions from util
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -89,6 +89,7 @@ bfs: \ printf.o \ spawn.o \ stat.o \ + time.o \ trie.o \ typo.o \ util.o |