Add some information about 'make clean' to the README
This commit is contained in:
parent
bd8d51d6d7
commit
6694b7b133
15
README.md
15
README.md
@ -10,3 +10,18 @@ the images only, just use:
|
||||
make images
|
||||
|
||||
The built images can be found in the directory /images.
|
||||
|
||||
|
||||
There are three levels of 'make clean':
|
||||
|
||||
make clean
|
||||
|
||||
will only clean the Gluon-specific files;
|
||||
|
||||
make cleanall
|
||||
|
||||
will also call 'make clean' on the OpenWRT tree, and
|
||||
|
||||
make dirclean
|
||||
|
||||
will do all this, and call 'make dirclean' on the OpenWRT tree.
|
||||
|
Loading…
Reference in New Issue
Block a user