@ -0,0 +1,10 @@
all: build
build:
bash ./scripts/build.sh
clean:
bash ./scripts/clean_dependencies.sh
mrproper:
bash ./scripts/clean.sh
setup:
bash ./scripts/setup_project.sh