mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-12-30 20:23:46 +08:00
make help: remove spurious parenthesis
This commit is contained in:
parent
7e31e7f930
commit
a23be5e6b3
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -63,9 +63,9 @@ help:
|
|||
@echo "+ clean - Clean in all targets"
|
||||
@echo
|
||||
@echo "+ bootrom - Make bootrom"
|
||||
@echo "+ os - Make armsrc \(includes fpga\)"
|
||||
@echo "+ os - Make armsrc (includes fpga)"
|
||||
@echo "+ flash-bootrom - Make bootrom and flash it"
|
||||
@echo "+ flash-os - Make armsrc and flash os image \(includes fpga\)"
|
||||
@echo "+ flash-os - Make armsrc and flash os image (includes fpga)"
|
||||
@echo "+ flash-all - Make bootrom and armsrc and flash bootrom and os image"
|
||||
@echo "+ recovery - Make bootrom and armsrc images for JTAG flashing"
|
||||
@echo
|
||||
|
|
Loading…
Reference in a new issue