diff --git a/Makefile b/Makefile index be062ce7..a2e2d8d3 100644 --- a/Makefile +++ b/Makefile @@ -52,4 +52,7 @@ ingest: @poetry run python scripts/ingest_folder.py $(call args) wipe: - poetry run python scripts/utils.py wipe \ No newline at end of file + poetry run python scripts/utils.py wipe + +setup: + poetry run python scripts/setup