summaryrefslogtreecommitdiffstats
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 09a9f74..08cc8bc 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@ clean:
%.o: %.c %.h
$(CC) -c -o $@ $< $(CFLAGS) $(LDLIBS)
-tmus: main.c util.o history.o link.o player.o tag.o track.o listnav.o
+tmus: main.c util.o history.o list.o player.o tag.o track.o listnav.o ref.o
$(CC) -o $@ $^ $(CFLAGS) $(LDLIBS)
install: