mirror of
https://github.com/wiidev/usbloadergx.git
synced 2024-11-15 16:05:10 +01:00
7 lines
142 B
Makefile
7 lines
142 B
Makefile
|
clean:
|
||
|
find . -name \*~ -exec rm -f {} \;
|
||
|
find . -type l -exec rm -f {} \;
|
||
|
make -C linux clean
|
||
|
make -C base clean
|
||
|
rm linux/modules.order
|