mirror of
https://github.com/reactos/reactos.git
synced 2025-03-10 18:24:02 +00:00
ignore errors deleting files for make clean
svn path=/trunk/; revision=969
This commit is contained in:
parent
337692832a
commit
5dff1d9789
1 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
# $Id: Makefile,v 1.4 2000/01/22 14:25:48 ea Exp $
|
||||
# $Id: Makefile,v 1.5 2000/01/29 20:32:12 phreak Exp $
|
||||
#
|
||||
|
||||
BASE_CFLAGS = -I../../include
|
||||
|
@ -15,9 +15,9 @@ $(TARGETNAME)$(EXE_POSTFIX): $(TARGETNAME).c ../../include/reactos/version.h
|
|||
|
||||
|
||||
clean:
|
||||
$(RM) $(TARGETNAME).o
|
||||
$(RM) $(TARGETNAME).sym
|
||||
$(RM) $(TARGETNAME)$(EXE_POSTFIX)
|
||||
- $(RM) $(TARGETNAME).o
|
||||
- $(RM) $(TARGETNAME).sym
|
||||
- $(RM) $(TARGETNAME)$(EXE_POSTFIX)
|
||||
|
||||
.phony: clean
|
||||
|
||||
|
|
Loading…
Reference in a new issue