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