Skip to content

Commit

Permalink
add quotes around 'make' command
Browse files Browse the repository at this point in the history
  • Loading branch information
aswaterman committed Dec 15, 2021
1 parent cfbb07a commit 00ac3be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 >> $@
Expand Down

0 comments on commit 00ac3be

Please sign in to comment.