improbable-eng / etcd-cluster-operator

A controller to deploy and manage etcd clusters inside of Kubernetes
MIT License
128 stars 35 forks source link

Mark all the phony makefile targets #166

Closed wallrj closed 4 years ago

wallrj commented 4 years ago

I had an empty directory called test/ in my workspace which prevented make test from running.

This fixes it.

Follows the http://clarkgrubb.com/makefile-style-guide#phony-targets style rather than listing all .PHONY targets in one place.

Also replaced the repetitive verify-% targets with a generic target, as described in : http://clarkgrubb.com/makefile-style-guide#phony-target-arg