diff --git a/Makefile b/Makefile index 155e02f..2f6141f 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ build: bash ./scripts/build.sh clean: bash ./scripts/clean_dependencies.sh -full_clean: +mrproper: bash ./scripts/clean.sh setup: bash ./scripts/setup_project.sh