update makefile to run concat by default

This commit is contained in:
Tykayn 2022-12-17 10:58:53 +01:00 committed by tykayn
parent 4167d28530
commit d67eaa7451
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,6 @@
default : copyTasksJson
default : concat
concat:
bash scripts/concat_org.sh >> scripts/stats.org
convert:
npm start
copyTasksJson :