diff options
Diffstat (limited to '')
-rw-r--r-- | slo/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/slo/Makefile b/slo/Makefile deleted file mode 100644 index cd9bb20..0000000 --- a/slo/Makefile +++ /dev/null @@ -1,8 +0,0 @@ -SHELL := /bin/bash -pdfs := $(subst .md,.pdf,$(wildcard *.md)) -default: $(pdfs) -%.pdf: %.md - pandoc -V geometry:margin=1cm $< -o $@ -.PHONY: clean -clean: - rm -rf $(pdfs) |