Add news-cna.

This commit is contained in:
Gea-Suan Lin
2024-02-28 15:19:29 +08:00
parent 9a7d93867a
commit 12df5d0f5e
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ DIST?= dist/
GO?= go GO?= go
# #
all:: dist/ir-bm25 dist/ir-tfidf all:: dist/ir-bm25 dist/ir-tfidf dist/news-cna
@true @true
dist/%:: cmd/%/* internal/** dist/%:: cmd/%/* internal/**
+4
View File
@@ -0,0 +1,4 @@
package main
func main() {
}