summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3844966..72abf89 100644
--- a/Makefile
+++ b/Makefile
@@ -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
$<