From 8e7f88c3992d7c76bab3a81190eaa8a16e9689f9 Mon Sep 17 00:00:00 2001 From: David Phillips Date: Wed, 9 Mar 2016 20:12:16 +1300 Subject: Merge distclean into clean, add -v flag to rm --- Makefile | 5 +---- 1 file changed, 1 insertion(+), 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 -- cgit v1.1