Sign in
apache
/
airflow-flask-openid-fork
/
657486ba410663f5b1f33e41df7f89a4fa29b0d0
/
.
/
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