From: rpolzer Date: Thu, 18 Sep 2008 09:48:26 +0000 (+0000) Subject: delete .rc files in make clean X-Git-Tag: svn-r421~331 X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fnetradiant.git;a=commitdiff_plain;h=04397d579b012df7cadb31202303e55342737b5b delete .rc files in make clean git-svn-id: svn://svn.icculus.org/netradiant/trunk@89 61c419a2-8eb2-4b30-bcec-8cead039b335 --- diff --git a/Makefile b/Makefile index a582e2aa..3abddbae 100644 --- a/Makefile +++ b/Makefile @@ -273,6 +273,7 @@ binaries: \ clean: $(RM_R) install/ $(FIND) . \( -name \*.o -o -name \*.d -o -name \*.$(DLL) -o -name \*.$(A) -o -name \*.$(EXE) \) -exec $(RM) {} \; + $(RM) icons/*.rc %.$(EXE): file=$@; $(MKDIR) $${file%/*}