From 12df5d0f5ed1507cc4fa88586ec6e15951f3d6d7 Mon Sep 17 00:00:00 2001 From: Gea-Suan Lin Date: Wed, 28 Feb 2024 15:19:29 +0800 Subject: [PATCH] Add news-cna. --- GNUmakefile | 2 +- cmd/news-cna/main.go | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 cmd/news-cna/main.go diff --git a/GNUmakefile b/GNUmakefile index 7ea0639..3a9ab1e 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -7,7 +7,7 @@ DIST?= dist/ GO?= go # -all:: dist/ir-bm25 dist/ir-tfidf +all:: dist/ir-bm25 dist/ir-tfidf dist/news-cna @true dist/%:: cmd/%/* internal/** diff --git a/cmd/news-cna/main.go b/cmd/news-cna/main.go new file mode 100644 index 0000000..da29a2c --- /dev/null +++ b/cmd/news-cna/main.go @@ -0,0 +1,4 @@ +package main + +func main() { +}