Makefile: make the clean target do project clean and the mrproper target deep clean everything
parent
a3d62b1fcb
commit
7dfa8365f8
3
Makefile
3
Makefile
|
@ -3,8 +3,9 @@ all: build
|
||||||
build:
|
build:
|
||||||
bash ./scripts/build.sh
|
bash ./scripts/build.sh
|
||||||
clean:
|
clean:
|
||||||
bash ./scripts/clean_dependencies.sh
|
bash ./scripts/clean.sh
|
||||||
mrproper:
|
mrproper:
|
||||||
bash ./scripts/clean.sh
|
bash ./scripts/clean.sh
|
||||||
|
bash ./scripts/clean_dependencies.sh
|
||||||
setup:
|
setup:
|
||||||
bash ./scripts/setup_project.sh
|
bash ./scripts/setup_project.sh
|
||||||
|
|
Loading…
Reference in New Issue