소스 검색

cleaning up more files on make clean

Sergey Lyubka 12 년 전
부모
커밋
665770d602
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      Makefile

+ 3 - 1
Makefile

@@ -162,4 +162,6 @@ release: tarball cocoa
 clean:
 	cd examples && $(MAKE) clean
 	rm -rf *.o *.core $(PROG) *.obj *.so $(PROG).txt *.dSYM *.tgz \
-	$(PROG).exe *.dll *.lib build/res.o build/res.RES *.dSYM
+	$(PROG).exe *.dll *.lib build/res.o build/res.RES *.dSYM *.zip *.pdb \
+	*.exe *.dmg
+