aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Waterman <andrew@sifive.com>2021-12-15 14:22:17 -0800
committerAndrew Waterman <andrew@sifive.com>2021-12-15 14:22:17 -0800
commit00ac3becba94d5ec25febd04a92c3aa5eb9cd432 (patch)
tree5ce790c384856bca9c6925318effebb90c06307d
parentcfbb07ab4a9ff5f2a6502fd2c061df9ac0bd103f (diff)
downloadriscv-opcodes-00ac3becba94d5ec25febd04a92c3aa5eb9cd432.zip
riscv-opcodes-00ac3becba94d5ec25febd04a92c3aa5eb9cd432.tar.gz
riscv-opcodes-00ac3becba94d5ec25febd04a92c3aa5eb9cd432.tar.bz2
add quotes around 'make' command
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 693ae05..5a03913 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@ install: encoding.out.h inst.chisel instr-table.tex priv-instr-table.tex
encoding.out.h: $(ALL_OPCODES) parse_opcodes encoding.h
echo "/*" > $@
- echo " * This file is auto-generated by running make in" >> $@
+ echo " * This file is auto-generated by running 'make' in" >> $@
echo " * https://github.com/riscv/riscv-opcodes (`git log -1 --format="format:%h"`)" >> $@
echo " */" >> $@
echo >> $@