X-Git-Url: http://git.rot13.org/?p=goodfet;a=blobdiff_plain;f=client%2FMakefile;h=24c0fe494904954ffcfccad5354aa571d6375d30;hp=d0b4c5f85bd77a893a0c75c27db5b9b4660a76b7;hb=9efdb05e8177ee6925bda8ca39f0a113505bdf57;hpb=46060f6ffd72fe43a3d273ccec0a637c6b628bc0 diff --git a/client/Makefile b/client/Makefile index d0b4c5f..24c0fe4 100644 --- a/client/Makefile +++ b/client/Makefile @@ -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: - 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 - 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."