[go: up one dir, main page]

Menu

[r21]: / doc / Makefile  Maximize  Restore  History

Download this file

7 lines (6 with data), 102 Bytes

1
2
3
4
5
6
all:
doxygen doxygen.cfg
ln -sf api/html/index.html index.html
clean:
rm -Rf api
rm -f index.html