Chromium Code Reviews| Index: tools/gcmole/Makefile |
| diff --git a/tools/gcmole/Makefile b/tools/gcmole/Makefile |
| index 23c029c2dc3aca8e246f1c1682c08d52a29b5180..764245caf614b52fc7eb818ff099998aca4a18e7 100644 |
| --- a/tools/gcmole/Makefile |
| +++ b/tools/gcmole/Makefile |
| @@ -40,4 +40,4 @@ libgcmole.so: gcmole.cc |
| -shared -o libgcmole.so gcmole.cc |
| clean: |
| - rm libgcmole.so |
| + rm -f libgcmole.so |
|
Sven Panne
2013/08/14 13:07:47
Pro tip: Use $(RM). :-) Furthermore, clean should
|