aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDavid Phillips <dbphillipsnz@gmail.com>2015-07-06 22:34:11 +1200
committerDavid Phillips <dbphillipsnz@gmail.com>2015-07-06 22:34:11 +1200
commit0bfcc2118254ed640a897699e28fd34f2ba9ec68 (patch)
tree40c37d89c0f429fec2d32ab911538f2d9c6cfeae /Makefile
parentb4968b46800ca1ee6064feea29754d1eaa04511b (diff)
downloadcue-bin-split-0bfcc2118254ed640a897699e28fd34f2ba9ec68.tar.xz
Removed FIXMEs, started condensing logic
Renamed `index` to `track`
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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