aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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)