Files
Dot-Zsh/Makefile
2026-05-31 23:24:18 +01:00

11 lines
148 B
Makefile

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