aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2022-12-27 20:52:31 +0900
committernsfisis <nsfisis@gmail.com>2023-02-21 08:59:48 +0900
commitb0ad59f3c3abf2fe25d7163c6d29711ab652deb0 (patch)
treee7a1ce1c00dbb2be0b58f77478661cd0063e5663 /Makefile
parent90b6f69001806e8806d15d807d6bdd1f8c12207d (diff)
downloadPHPerKaigi2023-slide-b0ad59f3c3abf2fe25d7163c6d29711ab652deb0.tar.gz
PHPerKaigi2023-slide-b0ad59f3c3abf2fe25d7163c6d29711ab652deb0.tar.zst
PHPerKaigi2023-slide-b0ad59f3c3abf2fe25d7163c6d29711ab652deb0.zip
スライドを作成
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile26
1 files changed, 26 insertions, 0 deletions
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