diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |
