still working
[goodfet] / client / Makefile
1
2
3 link:
4         rm -f /usr/local/bin/goodfet.* /usr/local/bin/goodfet
5         rm -rf *~
6         ln -s `pwd`/goodfet `pwd`/goodfet.* /usr/local/bin/
7 install:
8         #Try 'make link' instead.