aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-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 >> $@