More of a console, approaching standard commandset for Chipcon port.
[goodfet] / client / Makefile
index 27933cb..c2e88af 100644 (file)
@@ -1,8 +1,8 @@
 
 
 link:
 
 
 link:
-       rm -f /usr/local/bin/goodfet.*
+       rm -f /usr/local/bin/goodfet.* /usr/local/bin/goodfet
        rm -rf *~
        rm -rf *~
-       ln -s `pwd`/goodfet.* /usr/local/bin/
+       ln -s `pwd`/goodfet `pwd`/goodfet.* /usr/local/bin/
 install:
        #Try 'make link' instead.
 install:
        #Try 'make link' instead.