Makefile: make the clean target do project clean and the mrproper target deep clean everything

BodgeMaster-unfinished
BodgeMaster 2022-06-28 17:08:54 +02:00
parent a3d62b1fcb
commit 7dfa8365f8
1 changed files with 2 additions and 1 deletions

View File

@ -3,8 +3,9 @@ all: build
build:
bash ./scripts/build.sh
clean:
bash ./scripts/clean_dependencies.sh
bash ./scripts/clean.sh
mrproper:
bash ./scripts/clean.sh
bash ./scripts/clean_dependencies.sh
setup:
bash ./scripts/setup_project.sh