From 0bfcc2118254ed640a897699e28fd34f2ba9ec68 Mon Sep 17 00:00:00 2001 From: David Phillips Date: Mon, 6 Jul 2015 22:34:11 +1200 Subject: Removed FIXMEs, started condensing logic Renamed `index` to `track` --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a2ea28f..62611f9 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ include config.mk OBJECTS = \ cue-bin-split.o \ - timestamp.o + misc.o CFLAGS += -Wall -Werror -- cgit v1.1