From 796c9495a537b17bb985e9950ae0fdec123c12f1 Mon Sep 17 00:00:00 2001 From: awy Date: Tue, 9 Sep 2025 00:40:46 +0300 Subject: add stmpdup --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c51f3b4..d8239c0 100644 --- a/Makefile +++ b/Makefile @@ -17,6 +17,9 @@ $(BINDIR): $(BINDIR)/stmusic: $(SRCDIR)/stmusic.c | $(BINDIR) $(CC) $(CFLAGS) -o $@ $< -lmpdclient +$(BINDIR)/stmpdup: $(SRCDIR)/stmpdup.c | $(BINDIR) + $(CC) $(CFLAGS) -o $@ lib/util.c $< -lmpdclient + $(BINDIR)/sttorrent: $(SRCDIR)/sttorrent.c | $(BINDIR) $(CC) $(CFLAGS) -o $@ lib/util.c lib/cjson/cJSON.c $< -lcurl -- cgit v1.2.3