mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
8 lines
158 B
Makefile
8 lines
158 B
Makefile
LITEUSBDIR=../../software
|
|
|
|
dll:
|
|
cd $(LITEUSBDIR)/ftdi/windows && make all
|
|
cp $(LITEUSBDIR)/ftdi/libftdicom.dll libftdicom.dll
|
|
|
|
clean:
|
|
rm -f libftdicom.dll
|