From 104c5ee522e157d4caf9a137ae3274f30df95956 Mon Sep 17 00:00:00 2001 From: Jeff Moe Date: Sun, 4 Sep 2022 14:00:48 -0600 Subject: [PATCH] make cover --- BUILD.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/BUILD.md b/BUILD.md index e86b258..9031a98 100644 --- a/BUILD.md +++ b/BUILD.md @@ -41,6 +41,12 @@ Run the build script to make a PDF: make ``` +To just make a cover: + +``` +make cover +``` + To clean: ```