projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
9a3d4ea
)
changed "$(RM) *.various" to "- $(RM) *.various" in order to keep the clean rule...
author
Robert Dickenson
<robd@reactos.org>
Sun, 10 Nov 2002 14:27:45 +0000
(14:27 +0000)
committer
Robert Dickenson
<robd@reactos.org>
Sun, 10 Nov 2002 14:27:45 +0000
(14:27 +0000)
svn path=/trunk/; revision=3736
rosapps/welcome/makefile
patch
|
blob
|
history
diff --git
a/rosapps/welcome/makefile
b/rosapps/welcome/makefile
index
f844748
..
9d92dea
100644
(file)
--- a/
rosapps/welcome/makefile
+++ b/
rosapps/welcome/makefile
@@
-25,9
+25,9
@@
welcome.exe: welcome.o welcome.coff
-lkernel32 -lgdi32 -luser32 -o welcome.exe
clean:
-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
include $(PATH_TO_TOP)/rules.mak