apache / airflow-on-k8s-operator

Airflow on Kubernetes Operator
https://airflow.apache.org/
Apache License 2.0
89 stars 26 forks source link

There's not build rule in Makefile #21

Closed turbaszek closed 4 years ago

turbaszek commented 4 years ago

According to https://github.com/apache/airflow-on-k8s-operator/blob/master/docs/development.md#building-and-running-locally one should be able to run

make build

however, there's not such rule in Makefile:

➜ make build
(unset)
make: *** No rule to make target `build'.  Stop.