diff options
-rw-r--r-- | Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -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 |
![]() |
index : cue-bin-split | |
Splits a raw binary PCM stream into individual tracks based on times extracted from a cue file | David Phillips |
aboutsummaryrefslogtreecommitdiff |
-rw-r--r-- | Makefile | 5 |
@@ -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 |