mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
9 lines
113 B
Makefile
9 lines
113 B
Makefile
|
PYTHON=c:\Python32\python
|
||
|
|
||
|
all:
|
||
|
pandoc -o build/migScope.pdf migScope.rst
|
||
|
clean:
|
||
|
rm -rf build/*
|
||
|
|
||
|
.PHONY: clean
|