Add clean target - use after pulling in new changes.
This commit is contained in:
parent
42896e38e1
commit
0b42e1403e
1 changed files with 7 additions and 0 deletions
7
Makefile
7
Makefile
|
@ -97,3 +97,10 @@ _ct-ng:
|
|||
crosstool-NG/bootstrap:
|
||||
@echo "You cloned without --recursive, fetching submodules for you."
|
||||
git submodule update --init --recursive
|
||||
|
||||
|
||||
clean:
|
||||
make -C crosstool-NG clean MAKELEVEL=0
|
||||
-rm -rf $(TOOLCHAIN)
|
||||
-rm -rf $(readlink sdk)
|
||||
-rm -f sdk
|
||||
|
|
Loading…
Add table
Reference in a new issue