소스 검색

Add some information about 'make clean' to the README

Matthias Schiffer 11 년 전
부모
커밋
6694b7b133
1개의 변경된 파일15개의 추가작업 그리고 0개의 파일을 삭제
  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.