From 14fca7d45604d46d51e135279d3d5873b1f57f68 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Mon, 23 Mar 2015 23:36:28 -0700 Subject: Makefile v.01 is alive --- src/makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/makefile') diff --git a/src/makefile b/src/makefile index eefa4a3..800f8a0 100644 --- a/src/makefile +++ b/src/makefile @@ -17,8 +17,11 @@ all : $(HTMLs) $(RIVERs) # Generic rule for HTML targets and Markdown sources %.html : %.txt - pandoc $< -f markdown -t html5 $(HTMLopts) -o $(HTMLdir)/$@ + pandoc $< -f markdown -t html5 $(HTMopts) -o $(HTMLdir)/$@ # Generic rule for RIVER targets and Markdown sources %.river : %.txt pandoc $< -f markdown -t $(LUAdir)/river.lua $(RIVopts) -o $(RIVdir)/$@ + +# TODO: add lozenge updating +# AND compiling hapax -- cgit 1.4.1-21-gabe81