summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
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 $@ $<