Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
spring-open
/
cb8e5c0f2f8684d9b2c599194819da50cbdf4070
/
.
/
src
/
floodlight
/
Makefile
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