-
Notifications
You must be signed in to change notification settings - Fork 154
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix invalid rule in Makefile #10
Conversation
The intent of this pull is to streamline the API only make instructions to include it as an option in the download itself.
- Changed 2-spacing to 4-spacing - Make self-consistent indentation
Make indent consistent with PEP-8
Update Makefile to include a "make api" command
Please fix all Makefiles from NCCOMPILE = mvNCCompile to NCCOMPILE = python3 /opt/movidius/NCSDK/ncsdk-x86_64/tk/mvNCCompile.py also fix making cpp ./examples/caffe/GoogLeNet/Makefile: and change to .PHONY: cpp because mvnc.h is missing during building |
This PR is fairly old at this point and showing 87 files changed. looking at the original branch here: https://github.com/hnakagawa/ncsdk/tree/feature/fix_makefile i believe the only change is the same as #26 which is now merged. So closing this PR, but if there is more to it please submit a new PR. |
No description provided.