diff --git a/Makefile b/Makefile index aa50cc9..c5a4178 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -all: build clean sync_excempt export_dataset export_stats merge_images +all: build sync_excempt export_dataset export_stats merge_images build: pip install build @@ -25,7 +25,7 @@ export_stats: export_dataset: @echo "Make sure you have ran 'make sync' first." @echo "Exporting dataset to be used for LLM embedding. Result will be ./export/0_dataset.txt" - dr.dataset > export/dataset.txt + dr.dataset > export/0_dataset.txt merge_images: @echo "Merging images to one big image. Result will be ./export/1_graphs_compliation.png." diff --git a/README.md b/README.md index 5ab67be..899ad91 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Generating these statistics takes quite some steps. Look at the build log under ## Generated statistics by last build -Click here for latest [dataset](https://retoor.molodetz.nl/retoor/drstats/src/branch/main/export/dataset.txt). +Click here for latest [dataset](https://retoor.molodetz.nl/retoor/drstats/src/branch/main/export/0_dataset.txt). Click here for latest [graphs compilaiton](https://retoor.molodetz.nl/retoor/drstats/src/branch/main/export/1_graphs_compliation.png).