X-Git-Url: http://git.rot13.org/?p=goodfet;a=blobdiff_plain;f=client%2FMakefile;h=24c0fe494904954ffcfccad5354aa571d6375d30;hp=c2241b6c5d46716a075974ac1dc28bbf87e0a285;hb=85180b93353582dd0cb8c344b6170192c858f86d;hpb=b7d9fbe513b06c233ee41a4b719ac894e6b13d16 diff --git a/client/Makefile b/client/Makefile index c2241b6..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." @@ -67,6 +68,10 @@ py2exe: sed s/PYTHONCONSOLE/goodfet.spi25c/ setup.py python setup.py py2exe mv dist/goodfet.exe dist/gfspi25.exe +#Silicon Labs C2 + sed s/PYTHONCONSOLE/goodfet.slc2/ setup.py + python setup.py py2exe + mv dist/goodfet.exe dist/gfslc2.exe #Goodfet. This must be last. sed s/PYTHONCONSOLE/goodfet/ setup.py