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:
2024-11-23 21:05:45 +01:00
parent 2368931853
commit 24414689de
2 changed files with 3 additions and 3 deletions
+2 -2
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:
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."