From b0ad59f3c3abf2fe25d7163c6d29711ab652deb0 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Tue, 27 Dec 2022 20:52:31 +0900 Subject: スライドを作成 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..9df8a46 --- /dev/null +++ b/Makefile @@ -0,0 +1,26 @@ +.PHONY: all +all: + docker run \ + --rm \ + --name sandbox-satysfi \ + --mount type=bind,src=$$(pwd),dst=/work \ + sandbox-satysfi \ + satysfi /work/slide.saty + +.PHONY: shell +shell: + docker run \ + -it \ + --rm \ + --name sandbox-satysfi \ + --mount type=bind,src=$$(pwd),dst=/work \ + sandbox-satysfi \ + sh + +.PHONY: build +build: + docker build --tag sandbox-satysfi . + +.PHONY: clean +clean: + rm -f *.pdf *.satysfi-aux -- cgit v1.2.3-70-g09d2