Skip to content

Commit

Permalink
Merge pull request Proxmark#144 from dnet/makefile-paren-fix
Browse files Browse the repository at this point in the history
fixed target "help" in Makefile
  • Loading branch information
holiman committed Nov 15, 2015
2 parents 88715fe + 16f54ea commit fa0503b
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 @@ -22,7 +22,7 @@ help:
@echo + all - Make bootrom, armsrc and the OS-specific host directory
@echo + client - Make only the OS-specific host directory
@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 + clean - Clean in bootrom, armsrc and the OS-specific host directory

Expand Down

0 comments on commit fa0503b

Please sign in to comment.