Files
pva2pva/documentation/Makefile
Michael Davidsaver d9816e14fd documentation
2017-11-13 11:39:19 -06:00

14 lines
205 B
Makefile

all: gen
clean:
rm -rf doxygen_sqlite3.db html
gen:
doxygen
commit: gen
touch html/.nojekyll
./commit-gh.sh documentation/html/ html/.nojekyll html/*.* html/search/*.*
.PHONY: all clean gen commit