aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Phillips <dbphillipsnz@gmail.com>2016-03-09 20:12:16 +1300
committerDavid Phillips <dbphillipsnz@gmail.com>2016-03-09 20:12:16 +1300
commit8e7f88c3992d7c76bab3a81190eaa8a16e9689f9 (patch)
tree7141e24c59d585ebe5a59fc24096940a434d5341
parenta901e4fc71ef9731c45dba5e1afab56449d7e6a4 (diff)
downloadcue-bin-split-8e7f88c3992d7c76bab3a81190eaa8a16e9689f9.tar.xz
Merge distclean into clean, add -v flag to rm
-rw-r--r--Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 004e9be..10aa1a6 100644
--- a/Makefile
+++ b/Makefile
@@ -15,9 +15,6 @@ cue-bin-split: $(OBJECTS)
clean:
- rm -f cue-bin-split
-
-distclean: clean
- rm -f *.o
+ rm -vf cue-bin-split *.o
.PHONY: all clean