Writing of SPI Flash is more reliable.
[goodfet] / client / Makefile
1
2
3 link:
4         rm -f /usr/local/bin/goodfet.*
5         ln -s `pwd`/goodfet.* /usr/local/bin/
6 install:
7         #Try 'make link' instead.