litex/doc/Makefile
Florent Kermarrec 5accd48a17 doc: update
2013-02-26 23:45:01 +01:00

8 lines
111 B
Makefile

PYTHON=c:\Python32\python
all:
pandoc -o build/miscope.pdf miscope.rst
clean:
rm -rf build/*
.PHONY: clean