mirror of
https://github.com/reactos/reactos.git
synced 2024-12-25 16:50:57 +00:00
changed "$(RM) *.various" to "- $(RM) *.various" in order to keep the clean rule going.
svn path=/trunk/; revision=3736
This commit is contained in:
parent
9a3d4ea3c6
commit
5acde91b05
1 changed files with 3 additions and 3 deletions
|
@ -25,9 +25,9 @@ welcome.exe: welcome.o welcome.coff
|
|||
-lkernel32 -lgdi32 -luser32 -o welcome.exe
|
||||
|
||||
clean:
|
||||
$(RM) *.o
|
||||
$(RM) *.coff
|
||||
$(RM) *.exe
|
||||
- $(RM) *.o
|
||||
- $(RM) *.coff
|
||||
- $(RM) *.exe
|
||||
|
||||
include $(PATH_TO_TOP)/rules.mak
|
||||
|
||||
|
|
Loading…
Reference in a new issue