Added writedata, fixed vestigial 16-bit issues in goodfet.cc.
[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.