mirror of
https://github.com/reactos/reactos.git
synced 2026-06-02 09:20:43 +08: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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user