Open shinjoe opened 6 years ago
What environment are you running this on? *nix, or windows?
On 14 Jul 2018, at 21:34, shinjoe wrote:
The README states that one can invoke:
make help
,make test
,make upload
, etc..This is inaccurate, since
make help
isn't a legit target:λ make help "help" is not a valid recipe. Type "make" for help
I recommend either updating the README or changing the target in
make.bat
. Happy to send in a pull request, just lmk which one you'd prefer.-- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/jondoesntgit/hardware/issues/20
windows
The README states that one can invoke:
make help
,make test
,make upload
, etc..This is inaccurate, since
make help
isn't a legit target:I recommend either updating the README or changing the target in
make.bat
. Happy to send in a pull request, just lmk which one you'd prefer.