Bladeren bron

Add some information about 'make clean' to the README

Matthias Schiffer 11 jaren geleden
bovenliggende
commit
6694b7b133
1 gewijzigde bestanden met toevoegingen van 15 en 0 verwijderingen
  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.