delete .rc files in make clean
git-svn-id: svn://svn.icculus.org/netradiant/trunk@89 61c419a2-8eb2-4b30-bcec-8cead039b335
This commit is contained in:
parent
dabfbb687a
commit
04397d579b
1
Makefile
1
Makefile
|
|
@ -273,6 +273,7 @@ binaries: \
|
||||||
clean:
|
clean:
|
||||||
$(RM_R) install/
|
$(RM_R) install/
|
||||||
$(FIND) . \( -name \*.o -o -name \*.d -o -name \*.$(DLL) -o -name \*.$(A) -o -name \*.$(EXE) \) -exec $(RM) {} \;
|
$(FIND) . \( -name \*.o -o -name \*.d -o -name \*.$(DLL) -o -name \*.$(A) -o -name \*.$(EXE) \) -exec $(RM) {} \;
|
||||||
|
$(RM) icons/*.rc
|
||||||
|
|
||||||
%.$(EXE):
|
%.$(EXE):
|
||||||
file=$@; $(MKDIR) $${file%/*}
|
file=$@; $(MKDIR) $${file%/*}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user