Files
pvAccess/documentation/Makefile
Michael Davidsaver 3499bcb4af more getme.cpp
2017-06-19 14:28:16 +02:00

15 lines
206 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