move work on clean rule
[reactos.git] / reactos / apps / tests / nptest / Makefile
index c51f7f6..bc94bc8 100644 (file)
@@ -16,9 +16,7 @@ all: $(PROGS)
 .phony: all
 
 clean:
-       - $(RM) *.o
-       - $(RM) *.exe
-       - $(RM) *.sym
+       - $(RM) *.o *.exe *.sym
 
 .phony: clean