mpv2oboeru

mpv helpers to create flashcards from movies and TV shows
git clone anongit@rnpnr.xyz:mpv2oboeru.git
Log | Files | Refs | Feed | README | LICENSE

Commit: 553e415f89d443ee365aa16dd95503961ff6e2f6
Parent: 8bbe5a2c3ac1a69963808e2036533e4fe423520b
Author: Ren Tatsumoto
Date:   Thu, 15 Oct 2020 08:27:39 +0300

add makefile

Diffstat:
A.github/RELEASE/Makefile | 14++++++++++++++
1 file changed, 14 insertions(+), 0 deletions(-)

diff --git a/.github/RELEASE/Makefile b/.github/RELEASE/Makefile @@ -0,0 +1,14 @@ +PROJECT = mpvacious +VERSION = v0.2 + +.PHONY: clean all windows linux +all: linux windows + +linux: + git show "remotes/origin/master:subs2srs.lua" > $(PROJECT)_$@_$(VERSION).lua + +windows: + git show "remotes/origin/windows:subs2srs.lua" > $(PROJECT)_$@_$(VERSION).lua + +clean: + rm -v -- ./$(PROJECT)_*.lua