aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorRafael Sene <rafael@riscv.org>2023-04-04 10:53:55 -0300
committerGitHub <noreply@github.com>2023-04-04 10:53:55 -0300
commitbe9184b2e9fcf1d684b1731d1623bf8b7b6b83af (patch)
tree19468a9d85a3108243aacb189361312c8e49dc02 /build
parent934552c832a70206dd026a3d54aee543d902ef4b (diff)
downloadriscv-isa-manual-be9184b2e9fcf1d684b1731d1623bf8b7b6b83af.zip
riscv-isa-manual-be9184b2e9fcf1d684b1731d1623bf8b7b6b83af.tar.gz
riscv-isa-manual-be9184b2e9fcf1d684b1731d1623bf8b7b6b83af.tar.bz2
Update Makefile
Fix the references to the proper targets to build the PDFs Signed-off-by: Rafael Sene <rafael@riscv.org>
Diffstat (limited to 'build')
-rw-r--r--build/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/Makefile b/build/Makefile
index f88b5f9..ca4225f 100644
--- a/build/Makefile
+++ b/build/Makefile
@@ -1,7 +1,7 @@
# Makefile
# Build Targets
-TARGETS := priv-pdf unpriv-pdf priv-html unpriv-html
+TARGETS := priv unpriv priv-html unpriv-html
.PHONY: all $(TARGETS)