blob: d4cfa399d55f4ac3b6b9622a76bd9ca1e7a7f7de [file] [log] [blame]
# Because I am old and crotchety and my fingers can't stop from running
# `make` commands
.PHONY: all doc tests clean
all:
ant
init:
ant init
doc:
ant javadoc
tests: all unit-tests
unit-tests:
ant tests
clean:
ant clean