From d67eaa7451ec1532905c4727b5d3664e114a7f35 Mon Sep 17 00:00:00 2001 From: Tykayn Date: Sat, 17 Dec 2022 10:58:53 +0100 Subject: [PATCH] update makefile to run concat by default --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 68baef1..6bee7ac 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,6 @@ -default : copyTasksJson +default : concat +concat: + bash scripts/concat_org.sh >> scripts/stats.org convert: npm start copyTasksJson :