move work on clean rule
[reactos.git] / reactos / subsys / system / winlogon / makefile
index 1a79dc9..a1e182a 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: makefile,v 1.3 2001/06/12 17:50:26 chorns Exp $
+# $Id: makefile,v 1.4 2001/07/15 21:18:53 rex Exp $
 #
 # Logon/login Application
 #
@@ -22,10 +22,7 @@ all: $(TARGET).exe
 .phony: all
 
 clean:
-       - $(RM) *.o
-       - $(RM) $(TARGET).exe
-       - $(RM) $(TARGET).sym
-       - $(RM) $(TARGET).coff
+       - $(RM) *.o $(TARGET).exe $(TARGET).sym $(TARGET).coff
 
 .phony: clean