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