diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-01-20 08:27:05 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-01-20 08:27:05 +0900 |
| commit | a02320d12634e6c385e5c3b6b4311f186ced85f5 (patch) | |
| tree | 16afef89857bcd92ce0b15343d9b59cd80884599 | |
| parent | c16b4988b447e6cbe2cda0283c4c91264d101610 (diff) | |
| download | phpstudy-N-slides-template-a02320d12634e6c385e5c3b6b4311f186ced85f5.tar.gz phpstudy-N-slides-template-a02320d12634e6c385e5c3b6b4311f186ced85f5.tar.zst phpstudy-N-slides-template-a02320d12634e6c385e5c3b6b4311f186ced85f5.zip | |
rename slide.saty to slides.saty
| -rw-r--r-- | .gitignore | 4 | ||||
| -rw-r--r-- | Makefile | 4 | ||||
| -rw-r--r-- | slides.saty (renamed from slide.saty) | 0 |
3 files changed, 4 insertions, 4 deletions
@@ -1,3 +1,3 @@ /.satysfi -/slide.pdf -/slide.satysfi-aux +/slides.pdf +/slides.satysfi-aux @@ -5,9 +5,9 @@ all: build # Build slide PDF. .PHONY: build -build: slide.pdf +build: slides.pdf -slide.pdf: slide.saty +slides.pdf: slides.saty $(SATYSFI_BIN) $^ # Enter Docker shell. |
