From f0f0a3dacc0e6894e83d42ab7788771b33b701b5 Mon Sep 17 00:00:00 2001 From: awy Date: Sun, 24 Aug 2025 04:55:06 +0300 Subject: stweath --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7dfea64..834b60c 100644 --- a/Makefile +++ b/Makefile @@ -17,6 +17,9 @@ $(BINDIR)/stmusic: $(SRCDIR)/stmusic.c $(BINDIR)/sttorrent: $(SRCDIR)/sttorrent.c $(CC) $(CFLAGS) -o $@ $(SRCDIR)/cjson/cJSON.c $< -lcurl +$(BINDIR)/stweath: $(SRCDIR)/stweath.c + $(CC) $(CFLAGS) -o $@ $(SRCDIR)/cjson/cJSON.c $< -lcurl + $(BINDIR)/%: $(SRCDIR)/%.c $(CC) $(CFLAGS) -o $@ $< -- cgit v1.2.3