From 5448101bdf39af549bf8f944a7b50ba891311455 Mon Sep 17 00:00:00 2001 From: David Phillips Date: Mon, 6 Jul 2015 23:32:58 +1200 Subject: Fixed track end overrun, tidied run-to-EOF (last track) operation, removed pointless typecasts --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 62611f9..70a9493 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ all: cue-bin-split cue-bin-split: $(OBJECTS) $(CC) -o $(EXEC_NAME) $^ $(LDFLAGS) -%.o: %.c +%.o: %.c %.h $(CC) -c -o $@ $< $(CFLAGS) -- cgit v1.1