summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon GECOS <u@adam>2023-10-28 19:28:31 -0400
committerGordon GECOS <u@adam>2023-10-28 19:28:31 -0400
commitb87f221460fb115e2bb758ec638e46957d99b394 (patch)
tree9afc11a51cf336b895473b576ac55204b420dad2
parent85ca9f05cece9ed53bfdd4d861aeb1588a21e7db (diff)
makefile finale support
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6df1ea8..2464c5b 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ pages += way-to-be-great.txt space lost-pen.txt space authenticated-counterfeit.
3pages += bitcoin.txt space monad-tutorial.txt break 3pages += bitcoin.txt space monad-tutorial.txt break
4pages += why.txt space dis.txt break 4pages += why.txt space dis.txt break
5pages += argument.txt space medium.txt break 5pages += argument.txt space medium.txt break
6pages += introduction.txt break 6pages += introduction.txt $(if $(FINALE),finale.txt) break
7 7
8output_name = poetrybook 8output_name = poetrybook
9pdf_viewer = evince 9pdf_viewer = evince