We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
make clean
On FreeBSD 11.2 amd64 (with #14 merged), make clean fails:
gmake[1]: Entering directory '/usr/home/duncan/code/blink1-tool' rm -f ./hidapi/libusb/hid.o blink1-lib.o rm -f libblink1.so rm -f blink1-tiny-server.o blink1-tool.o hiddata.o rm -f server/mongoose/mongoose.o rm -f blink1-tool blink1-tiny-server make -C blink1control-tool clean make[2]: don't know how to make w. Stop make[2]: stopped in /usr/home/duncan/code/blink1-tool/blink1control-tool gmake[1]: *** [GNUmakefile:567: clean] Error 2 gmake[1]: Leaving directory '/usr/home/duncan/code/blink1-tool' *** Error code 2 Stop. make: stopped in /usr/home/duncan/code/blink1-tool
The text was updated successfully, but these errors were encountered:
add fixes for FreeBSD, addressing #12,#13,#17
5a3c4ed
Fix servertickle defaults #17 (causes issues in firmware v205); add s…
3ffd04a
…ome docs
Think I fixed this. Thanks!
Sorry, something went wrong.
No branches or pull requests
On FreeBSD 11.2 amd64 (with #14 merged),
make clean
fails:The text was updated successfully, but these errors were encountered: