Skip to content

Commit 0d3d585

Browse files
committed
Updated Makefile
1 parent 46d9720 commit 0d3d585

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,14 @@ WIKI_SRC = "https://www.dropbox.com/s/wwnfnu441w1ec9p/wiki-articles.json.bz2"
55

66
COMMANDS ?= TOP_10 TOP_10_COUNT COUNT
77

8-
ENGINES ?= tantivy-0.16 lucene-8.11.4 pisa-0.8.2
8+
ENGINES ?= tantivy-0.16 lucene-8.10.1 pisa-0.8.2
99
# bleve-0.8.0-scorch
1010
# ENGINES ?= tantivy-0.13 lucene-8.4.0 rucene-0.1 bleve-0.8.0-scorch tantivy-0.11
1111
PORT ?= 8080
1212

13+
help:
14+
@grep '^[^#[:space:]].*:' Makefile
15+
1316
all: index
1417

1518
corpus:

0 commit comments

Comments
 (0)