Removed clean in build step. I want to keep historic statistics. Even deleted they're wasted storage in git anyway.

This commit is contained in:
retoor 2024-11-23 21:05:45 +01:00
parent 2368931853
commit 24414689de
2 changed files with 3 additions and 3 deletions

View File

@ -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: build:
pip install build pip install build
@ -25,7 +25,7 @@ export_stats:
export_dataset: export_dataset:
@echo "Make sure you have ran 'make sync' first." @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" @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: merge_images:
@echo "Merging images to one big image. Result will be ./export/1_graphs_compliation.png." @echo "Merging images to one big image. Result will be ./export/1_graphs_compliation.png."

View File

@ -12,7 +12,7 @@ Generating these statistics takes quite some steps. Look at the build log under
## Generated statistics by last build ## 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). Click here for latest [graphs compilaiton](https://retoor.molodetz.nl/retoor/drstats/src/branch/main/export/1_graphs_compliation.png).