From 39c619a6d41d302ce32c38ecb26ae281603128b9 Mon Sep 17 00:00:00 2001 From: Nemo Date: Mon, 27 Mar 2023 14:04:44 +0530 Subject: [PATCH] [ci] Fix Make command --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ee0813f..3286e3f 100644 --- a/Makefile +++ b/Makefile @@ -6,4 +6,6 @@ kuvera: jq -r '.[] | .[] | .[] | .[] | .c' | sort -u | xargs -n150 src/fetch.sh sort -uo _.csv _.csv cat src/header.csv _.csv > data.csv - rm _.csv \ No newline at end of file + rm _.csv + +all: kuvera \ No newline at end of file