aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Phillips <david@sighup.nz>2017-12-30 20:16:46 +1300
committerDavid Phillips <david@sighup.nz>2017-12-30 20:16:46 +1300
commit92a5250f090a7a200d87acdf3461b01115e8e73e (patch)
tree0afab74a89f3531408bd4977aef347e324ba7a00
parent6e081c33ef93e631cdd4b39c4de7de3fef3562bf (diff)
downloadpgm-interlace-92a5250f090a7a200d87acdf3461b01115e8e73e.tar.xz
Remove non-POSIX flags from rm in Makefile
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 919b272..3787e69 100644
--- a/Makefile
+++ b/Makefile
@@ -15,4 +15,4 @@ clean: clean-object
rm -f pgm-interlace
clean-object:
- rm -fv *.o
+ rm -f *.o