diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2020-06-12 16:02:07 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2020-06-16 09:02:11 -0400 |
commit | bf063268ea9a11bc5413864626a4b945b1ecf80b (patch) | |
tree | 5b12dd6d045b6a7ea8df8e7845df9e7d2a675ba7 /Makefile | |
parent | 8cf40eeaf953b1c2f5c097623572948c4630ee39 (diff) | |
download | bfs-bf063268ea9a11bc5413864626a4b945b1ecf80b.tar.xz |
Implement exponential deepening search
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -135,7 +135,7 @@ tests/xtimegm: time.o tests/xtimegm.o %.o: %.c $(CC) $(ALL_CFLAGS) -c $< -o $@ -check: check-trie check-xtimegm check-bfs check-dfs check-ids +check: check-trie check-xtimegm check-bfs check-dfs check-ids check-eds check-trie: tests/trie $< |