summaryrefslogtreecommitdiffstats
path: root/geo/Makefile
diff options
context:
space:
mode:
authorAnton Luka Šijanec <anton@sijanec.eu>2021-11-01 22:56:26 +0100
committerAnton Luka Šijanec <anton@sijanec.eu>2021-11-01 22:56:26 +0100
commit83d8c8ed0b643f7ad2f8154a9ae247bcb87ec6cb (patch)
tree8ecc5556647b7ecc04bb1702a2ce2dee26c55eef /geo/Makefile
parentŠEEEEEEEEEEEEEEEEEEEEE GEO (diff)
downloadsola-gimb-3-83d8c8ed0b643f7ad2f8154a9ae247bcb87ec6cb.tar
sola-gimb-3-83d8c8ed0b643f7ad2f8154a9ae247bcb87ec6cb.tar.gz
sola-gimb-3-83d8c8ed0b643f7ad2f8154a9ae247bcb87ec6cb.tar.bz2
sola-gimb-3-83d8c8ed0b643f7ad2f8154a9ae247bcb87ec6cb.tar.lz
sola-gimb-3-83d8c8ed0b643f7ad2f8154a9ae247bcb87ec6cb.tar.xz
sola-gimb-3-83d8c8ed0b643f7ad2f8154a9ae247bcb87ec6cb.tar.zst
sola-gimb-3-83d8c8ed0b643f7ad2f8154a9ae247bcb87ec6cb.zip
Diffstat (limited to 'geo/Makefile')
-rw-r--r--geo/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/geo/Makefile b/geo/Makefile
new file mode 100644
index 0000000..82d23f6
--- /dev/null
+++ b/geo/Makefile
@@ -0,0 +1,7 @@
+pdfs := $(subst .md,.pdf,$(wildcard *.md))
+default: $(pdfs)
+%.pdf: %.md
+ pandoc -V geometry:margin=1cm $< -o $@
+.PHONY: clean
+clean:
+ rm -rf $(pdfs)