1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-17 18:20:51 +00:00

10 lines
190 B
Makefile
Raw Normal View History

2013-08-28 12:05:58 +10:00
EXTRA_DIST = doxygen.cfg.in
docs: doxygen.cfg
doxygen $^
docs-upload: docs
ln -s html api-1.0
scp -r api-1.0 pbatard@web.sourceforge.net:/home/project-web/libusbx/htdocs
2013-08-28 12:05:58 +10:00
rm -f api-1.0