summaryrefslogtreecommitdiffstats
path: root/bio/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'bio/Makefile')
-rw-r--r--bio/Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/bio/Makefile b/bio/Makefile
deleted file mode 100644
index cd9bb20..0000000
--- a/bio/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)