edited makefile
parent
481d4ce70e
commit
483ab43560
2
Makefile
2
Makefile
|
@ -4,7 +4,7 @@ build:
|
||||||
bash ./scripts/build.sh
|
bash ./scripts/build.sh
|
||||||
clean:
|
clean:
|
||||||
bash ./scripts/clean_dependencies.sh
|
bash ./scripts/clean_dependencies.sh
|
||||||
full_clean:
|
mrproper:
|
||||||
bash ./scripts/clean.sh
|
bash ./scripts/clean.sh
|
||||||
setup:
|
setup:
|
||||||
bash ./scripts/setup_project.sh
|
bash ./scripts/setup_project.sh
|
||||||
|
|
Loading…
Reference in New Issue