Sign in
eclipse
/
gerrit
/
www.eclipse.org
/
aspectj
/
09d6446a7eab3b1080a7b0a0303f85926c7daa7f
/
.
/
doc
/
next
/
examples
/
spacewar
/
Makefile
blob: e425dfd55705f55f3bad30a8311ce079a6703a07 [
file
] [
log
] [
blame
]
SHELL
=
bash
ACJOPTS
=-
verbose
-
nosymbols
AJC
=
ajc
.
PHONY
:
demo debug
demo
:
$
(
AJC
)
$
(
ACJOPTS
)
@demo
.
lst
debug
:
$
(
AJC
)
$
(
ACJOPTS
)
@debug
.
lst