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:
parent
593498cc5f
commit
cbf6330b94
2
Makefile
2
Makefile
@ -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:
|
ensure_env:
|
||||||
-@python3 -m venv venv
|
-@python3 -m venv venv
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user