blob: 19f86e7c9558b1dfc374901f38e41f2f53e3da89 [file] [log] [blame]
# A quick and temporary Makefile, for frequent tasks during Syncbase Java API
# development.
SHELL := /bin/bash -euo pipefail
# Note, javadoc complains about the self-closing <p/> tags that Android Studio
# creates.
javadoc:
javadoc -d /tmp/javadocs -sourcepath src/main/java -subpackages io || true
@echo "open file:///tmp/javadocs/index.html"