Mainly standardisation of makefiles, now support make install rules and use ros heade...
[reactos.git] / rosapps / welcome / makefile
index f844748..6a2a43d 100644 (file)
@@ -25,9 +25,11 @@ 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
+
+install:
 
 include $(PATH_TO_TOP)/rules.mak