mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-07-11 07:46:09 -07:00
Merge pull request #144 from dnet/makefile-paren-fix
fixed target "help" in Makefile
This commit is contained in:
commit
fa0503b03f
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -22,7 +22,7 @@ help:
|
||||||
@echo + all - Make bootrom, armsrc and the OS-specific host directory
|
@echo + all - Make bootrom, armsrc and the OS-specific host directory
|
||||||
@echo + client - Make only the OS-specific host directory
|
@echo + client - Make only the OS-specific host directory
|
||||||
@echo + flash-bootrom - Make bootrom and flash it
|
@echo + flash-bootrom - Make bootrom and flash it
|
||||||
@echo + flash-os - Make armsrc and flash os (includes fpga)
|
@echo + flash-os - Make armsrc and flash os \(includes fpga\)
|
||||||
@echo + flash-all - Make bootrom and armsrc and flash bootrom and os image
|
@echo + flash-all - Make bootrom and armsrc and flash bootrom and os image
|
||||||
@echo + clean - Clean in bootrom, armsrc and the OS-specific host directory
|
@echo + clean - Clean in bootrom, armsrc and the OS-specific host directory
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue