aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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