mirror of
https://github.com/reactos/reactos.git
synced 2024-12-26 00:54:40 +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
|
-lkernel32 -lgdi32 -luser32 -o welcome.exe
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
$(RM) *.o
|
- $(RM) *.o
|
||||||
$(RM) *.coff
|
- $(RM) *.coff
|
||||||
$(RM) *.exe
|
- $(RM) *.exe
|
||||||
|
|
||||||
include $(PATH_TO_TOP)/rules.mak
|
include $(PATH_TO_TOP)/rules.mak
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue