feat: add clean target to all prerequisite list in Makefile

The `clean` target was added as a prerequisite to the `all` target in the Makefile, ensuring that cleanup occurs before the export and build steps during a full build cycle.
This commit is contained in:
retoor 2024-12-06 18:46:27 +00:00
parent 593498cc5f
commit cbf6330b94

View File

@ -1,4 +1,4 @@
all: ensure_env build sync export_dataset export_stats merge_images export_statistics export_mentions
all: ensure_env build sync clean export_dataset export_stats merge_images export_statistics export_mentions
ensure_env:
-@python3 -m venv venv