diff options
author | awy <awy@awy.one> | 2025-08-24 04:55:06 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2025-08-24 04:55:06 +0300 |
commit | f0f0a3dacc0e6894e83d42ab7788771b33b701b5 (patch) | |
tree | d53bd0891d11650c299314509f9a6678501b7857 /Makefile | |
parent | d660f875554a25bad0f107ee8ca694a8ad9472ef (diff) |
stweath
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 $@ $< |