# Makefile SCRIPTS_DIR := ./Scripts # Default target all: setup # Bootstrap entrypoint for first-run setup. setup: bash $(SCRIPTS_DIR)/setup.sh