blob: 1b6e839582e83ddf4556f11a774eb16bfb86d407 [file] [log] [blame]
David Reissff50f282008-02-23 22:07:46 +00001check:
2 $(ANT) test
3
David Reissf9b5b122008-05-09 07:17:35 +00004# Make sure this doesn't fail if ant is not configured.
David Reiss2ca456a2008-02-24 16:42:18 +00005clean-local:
David Reissf9b5b122008-05-09 07:17:35 +00006 ANT=$(ANT) ; if test -z "$$ANT" ; then ANT=: ; fi ; \
7 $$ANT clean
David Reissff50f282008-02-23 22:07:46 +00008