Przeglądaj źródła

Add some information about 'make clean' to the README

Matthias Schiffer 11 lat temu
rodzic
commit
6694b7b133
1 zmienionych plików z 15 dodań i 0 usunięć
  1. 15 0
      README.md

+ 15 - 0
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.