all: build
build:
	bash ./scripts/build.sh
clean:
	bash ./scripts/clean.sh
mrproper:
	bash ./scripts/clean.sh
	bash ./scripts/clean_dependencies.sh
setup:
	bash ./scripts/setup_project.sh
test:
	bash ./scripts/test.sh