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() { +}