diff options
author | dyknon <dyknon@r5f.jp> | 2025-03-31 01:26:39 +0900 |
---|---|---|
committer | dyknon <dyknon@r5f.jp> | 2025-03-31 01:27:02 +0900 |
commit | 987314829631755e506795b4da556f06791ae4c4 (patch) | |
tree | 82da1143b2a313b04245f9c2fdd220c8508e303a /ytdl-storyboard/Makefile | |
parent | 04615c4b3774f232b189e7305617521195b87aec (diff) |
works when mouseover with modified osc.
Diffstat (limited to 'ytdl-storyboard/Makefile')
-rw-r--r-- | ytdl-storyboard/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ytdl-storyboard/Makefile b/ytdl-storyboard/Makefile index dfe252d..ae52857 100644 --- a/ytdl-storyboard/Makefile +++ b/ytdl-storyboard/Makefile @@ -6,8 +6,10 @@ CFLAGS=$(shell pkg-config --cflags mpv) \ LDFLAGS=$(shell pkg-config --libs $(LIBPKGS)) \ -pthread -test: ytdl-storyboard.so +test: all mpv ytdl://ABH1Vft36aY ytdl://H9uwaNw4DRY +all: ytdl-storyboard.so + ytdl-storyboard.so: storyboard.c Makefile gcc -o $@ $(CFLAGS) $(LDFLAGS) -shared $< |