Let's remove *.orig and *.rej files on extraclean

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@3277 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Vladislav Bolkhovitin
2011-03-10 20:07:23 +00:00
parent f1637a55d6
commit f518cd150c
18 changed files with 27 additions and 4 deletions
+1
View File
@@ -102,5 +102,6 @@ clean:
rm -rf .tmp_versions
extraclean: clean
rm -f *.orig *.rej
.PHONY: all tgt install uninstall clean extraclean