Add docs target to Makefile

This commit is contained in:
Robert Miles 2018-06-25 15:49:40 -04:00
parent 0b218247cf
commit de30827063
1 changed files with 3 additions and 0 deletions

View File

@ -7,5 +7,8 @@ build:
#upload:
# python setup.py sdist upload
docs:
doxygen Doxyfile
clean:
python setup.py clean