diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -14,6 +14,9 @@ all: $(PROGS) $(BINDIR)/stmusic: $(SRCDIR)/stmusic.c $(CC) $(CFLAGS) -o $@ $< -lmpdclient +$(BINDIR)/sttorrent: $(SRCDIR)/sttorrent.c + $(CC) $(CFLAGS) -o $@ $(SRCDIR)/cjson/cJSON.c $< -lcurl + $(BINDIR)/%: $(SRCDIR)/%.c $(CC) $(CFLAGS) -o $@ $< |