summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAndrew Cady <d@cryptonomic.net>2022-10-01 12:17:31 -0400
committerAndrew Cady <d@cryptonomic.net>2022-10-01 12:19:08 -0400
commit5162ba45131b59745c663aca84c750498f2c7c0b (patch)
treebee1f65061eff1874cd5582b88e4d51d7ccffc52 /Makefile
parentce8da88eb752a8c5cd4e8748c62c73446224477d (diff)
new file: life-on-earth-celebration.md
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 1303b5e..0ac7a36 100644
--- a/Makefile
+++ b/Makefile
@@ -31,3 +31,6 @@ else
31endif 31endif
32endif 32endif
33endif 33endif
34
35%.html: %.md
36 pandoc -f markdown -t html -o $@ $^