jondoesntgit / hardware

Python Wrappers for Hardware used in the Digonnet Lab at Stanford
MIT License
1 stars 0 forks source link

readme not accurate #20

Open shinjoe opened 6 years ago

shinjoe commented 6 years ago

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.

jondoesntgit commented 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

shinjoe commented 6 years ago

windows