massive commit to get umass working, only significant known bug is that changes don...
[goodfet] / client / Makefile
index d0b4c5f..24c0fe4 100644 (file)
@@ -1,10 +1,11 @@
-
+#This is a py2exe Makefile for the Windows port, which is only
+#maintained when Travis gets stuck doing MSP430 manufacturing.
 
 link:
 
 link:
-       rm -f /usr/local/bin/goodfet.* /usr/local/bin/goodfet
+       rm -f /usr/local/bin/goodfet.* /usr/local/bin/goodfet /usr/local/bin/facedancer*
        rm -rf *~
        mkdir -p /usr/local/bin
        rm -rf *~
        mkdir -p /usr/local/bin
-       ln -s `pwd`/goodfet `pwd`/goodfet.* /usr/local/bin/
+       ln -s `pwd`/goodfet `pwd`/goodfet.* `pwd`/facedancer* /usr/local/bin/
 install:
        echo "Try 'make link' instead."
 
 install:
        echo "Try 'make link' instead."