From 5a0107ba1e9388a3d4ade7faa06a1c94786ae3d2 Mon Sep 17 00:00:00 2001 From: awy Date: Sat, 23 Aug 2025 23:59:30 +0300 Subject: add sttorrent --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 54c19ff..7dfea64 100644 --- a/Makefile +++ b/Makefile @@ -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 $@ $< -- cgit v1.2.3