diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-08-24 00:17:15 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-08-24 00:17:15 +0200 |
commit | 45a0aca3b726043ea45280aa96817293813dde83 (patch) | |
tree | 5f38e8af8fdc69553561c992500518aadc1a1685 | |
parent | m fix (diff) | |
download | setpgrp-1.tar.gz setpgrp-1.tar.bz2 setpgrp-1.tar.xz |
makefile rule clean removes .su files1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -104,5 +104,5 @@ uninstall: .PHONY: clean clean: - -rm -r -- bin + -rm -r -- bin *.su |