Sign in
apache
/
airflow-flask-openid-fork
/
09a54f3dce0d845c9081ebbd0aa508a5fb441aae
/
.
/
Makefile
blob: a925d54610b2d6b29414830d03bc99e2a534d5e9 [
file
] [
log
] [
blame
]
.
PHONY
:
clean
-
pyc upload
-
docs
all
:
clean
-
pyc test
clean
-
pyc
:
find
.
-
name
'*.pyc'
-
exec rm
-
f
{}
+
find
.
-
name
'*.pyo'
-
exec rm
-
f
{}
+
find
.
-
name
'*~'
-
exec rm
-
f
{}
+
upload
-
docs
:
$
(
MAKE
)
-
C docs html