mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-14 19:24:10 +08:00
fix make help
This commit is contained in:
parent
891a079989
commit
7352c19a72
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -112,7 +112,7 @@ help:
|
|||
@echo "+ all - Make all targets: bootrom, fullimage and OS-specific host tools"
|
||||
@echo "+ clean - Clean in all targets"
|
||||
@echo "+ .../clean - Clean in specified target and its deps, e.g. bootrom/clean"
|
||||
@echo "+ (un)install - Install/uninstall Proxmark files in the system, default to /usr/local/share,
|
||||
@echo "+ (un)install - Install/uninstall Proxmark files in the system, default to /usr/local/share,"
|
||||
@echo " else provide a PREFIX. See Maintainers.md for more options"
|
||||
@echo
|
||||
@echo "+ bootrom - Make bootrom"
|
||||
|
|
Loading…
Reference in a new issue