.PHONY: init build

init:
	@bash scripts/init.sh

build:
	@bash scripts/build.sh
