summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorawy <awy@awy.one>2025-09-09 00:40:46 +0300
committerawy <awy@awy.one>2025-09-09 00:40:46 +0300
commit796c9495a537b17bb985e9950ae0fdec123c12f1 (patch)
tree60085f09d647cf66712304a2369fe833982881a5 /Makefile
parent16dedf761958b7812f3c471e59e20e1714de1d0f (diff)
downloadstatusbar-796c9495a537b17bb985e9950ae0fdec123c12f1.tar.gz
add stmpdup
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
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