소스 검색

Remove clean rules

It's safe enough to just delete the build product directories.
Craig Tiller 10 년 전
부모
커밋
3759e6f0f1
2개의 변경된 파일2개의 추가작업 그리고 9개의 파일을 삭제
  1. 0 0
      Makefile
  2. 2 9
      templates/Makefile.template

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
Makefile


+ 2 - 9
templates/Makefile.template

@@ -624,15 +624,8 @@ ifneq ($(SYSTEM),Darwin)
 endif
 endif
 endif
 endif
 
 
-clean:\
-% for lib in libs:
- clean_lib${lib.name}\
-% endfor
-% for tgt in targets:
- clean_${tgt.name}\
-% endfor
-
-	$(Q) $(RM) -r deps objs libs bins gens
+clean:
+	$(Q) $(RM) -rf deps objs libs bins gens
 
 
 
 
 # The various libraries
 # The various libraries

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.