From: Martin Holst Swende Date: Sun, 15 Nov 2015 12:20:51 +0000 (+0100) Subject: Merge pull request #144 from dnet/makefile-paren-fix X-Git-Tag: v2.3.0~16 X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/fa0503b03f06bc917b5dcb00d08334cc9c3c68dc?hp=88715fe122bff0ddf9431dcedab8a713ba3771ed Merge pull request #144 from dnet/makefile-paren-fix fixed target "help" in Makefile --- diff --git a/Makefile b/Makefile index 0e065b41..bafd8161 100644 --- a/Makefile +++ b/Makefile @@ -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